Version

AdornmentLayerInfo Class Members

The following tables list the members exposed by AdornmentLayerInfo.

Public Constructors
 NameDescription
Public ConstructorAdornmentLayerInfo ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyAfterAn array of string keys that represent the items after which the current item should be sorted.  
Public PropertyBeforeAn array of string keys that represent the items before which the current item should be sorted.  
Public Propertystatic (Shared in Visual Basic)CaretReturns the AdornmentLayerInfo used to create the 'Caret' Infragistics.Controls.Editors.Primitives.AdornmentLayer. (static, read only)  
Public PropertyKeyThe string key of the current item. This key will be referenced in the Before and After lists of other items.  
Public Propertystatic (Shared in Visual Basic)SelectionReturns the AdornmentLayerInfo used to create the 'Selection' Infragistics.Controls.Editors.Primitives.AdornmentLayer. (static, read only)  
Public Propertystatic (Shared in Visual Basic)SyntaxErrorReturns the AdornmentLayerInfo used to create the 'SyntaxError' Infragistics.Controls.Editors.Primitives.AdornmentLayer. (static, read only)  
Public Propertystatic (Shared in Visual Basic)TextBackgroundReturns the AdornmentLayerInfo used to create the 'TextBackground' Infragistics.Controls.Editors.Primitives.AdornmentLayer. (static, read only)  
Public Propertystatic (Shared in Visual Basic)TextForegroundReturns the AdornmentLayerInfo used to create the 'TextForeground' Infragistics.Controls.Editors.Primitives.AdornmentLayer. (static, read only)  
See Also