Enum
ElementPropertyOptions

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

Declaration

cs-api-definition
AffectsArrange = 32

Field Value

ElementPropertyOptions

AffectsDisplay

Indicates that the property affects the display.

Declaration

cs-api-definition
AffectsDisplay = 256

Field Value

ElementPropertyOptions

AffectsLayout

Indicates that the property affects the layout.

Declaration

cs-api-definition
AffectsLayout = 8

Field Value

ElementPropertyOptions

AffectsMeasure

Invalidates measure

Declaration

cs-api-definition
AffectsMeasure = 16

Field Value

ElementPropertyOptions

AffectsParentArrange

Invalidates parent's arrange

Declaration

cs-api-definition
AffectsParentArrange = 128

Field Value

ElementPropertyOptions

AffectsParentMeasure

Invalidates parent's measure

Declaration

cs-api-definition
AffectsParentMeasure = 64

Field Value

ElementPropertyOptions

AffectsTheme

Indicates that the property affects the theme.

Declaration

cs-api-definition
AffectsTheme = 512

Field Value

ElementPropertyOptions

CanInheritValue

Indicates that the property can inherit a value.

Declaration

cs-api-definition
CanInheritValue = 2

Field Value

ElementPropertyOptions

Cancelable

The property supports cancellation.

Declaration

cs-api-definition
Cancelable = 1024

Field Value

ElementPropertyOptions

InvalidatesLayout

Indicates that the property invalidates the layout.

Declaration

cs-api-definition
InvalidatesLayout = 4

Field Value

ElementPropertyOptions

None

Indicates that there are no property options.

Declaration

cs-api-definition
None = 0

Field Value

ElementPropertyOptions