Class DefaultUILayers
Contains all default UILayers names.
Inheritance
System.Object
DefaultUILayers
Namespace: Telerik.Windows.Documents.Fixed.UI.Layers
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public static class DefaultUILayers : Object
Fields
AnnotationsUILayer
Annotations layer name.
Declaration
public const string AnnotationsUILayer = "AnnotationsUILayer"
Field Value
System.String
|
ContentElementsUILayer
Content elements layer name.
Declaration
public const string ContentElementsUILayer = "ContentElementsUILayer"
Field Value
System.String
|
ForegroundLayer
Foreground layer name.
Declaration
public const string ForegroundLayer = "ForegroundLayer"
Field Value
System.String
|
PagesLayer
Pages layer name
Declaration
public const string PagesLayer = "PagesLayer"
Field Value
System.String
|
SelectionLayer
Selection layer name.
Declaration
public const string SelectionLayer = "SelectionLayer"
Field Value
System.String
|