PredefinedUILayers
Class
Class PredefinedUILayers.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Layers
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public static class PredefinedUILayers
Inheritance: objectPredefinedUILayers
Fields
TextBorder layer name.
C#
public const string TextBorder = "TextBorder"
TextHighlight layer name.
C#
public const string TextHighlight = "TextHighlight"
TextToolTip layer name.
C#
public const string TextToolTip = "TextToolTip"
TextUnderline layer name.
C#
public const string TextUnderline = "TextUnderline"