EnumElementPropertyOptions
Enum
Defines the element's property options.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[Flags]
public enum ElementPropertyOptions
Fields
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.
CanInheritValue
Indicates that the property can inherit a value.
Cancelable
The property supports cancellation.
InvalidatesLayout
Indicates that the property invalidates the layout.
None
Indicates that there are no property options.