Enum ElementPropertyOptions
Defines the element's property options.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[Flags]
public enum ElementPropertyOptions
AffectsArrange
Invalidates arrange
AffectsDisplay
Indicates that the property affects the display.
AffectsLayout
Indicates that the property affects the layout.
AffectsMeasure
Invalidates measure
AffectsParentArrange
Invalidates parent's arrange
AffectsParentMeasure
Invalidates parent's measure
AffectsTheme
Indicates that the property affects the theme.
Cancelable
The property supports cancellation.
CanInheritValue
Indicates that the property can inherit a value.
InvalidatesLayout
Indicates that the property invalidates the layout.
None
Indicates that there are no property options.