New to Telerik UI for WinFormsStart a free 30-day trial

Defines the element's property options.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
[Flags]
public enum ElementPropertyOptions

Fields

Invalidates arrange

C#
AffectsArrange = 32

Indicates that the property affects the display.

C#
AffectsDisplay = 256

Indicates that the property affects the layout.

C#
AffectsLayout = 8

Invalidates measure

C#
AffectsMeasure = 16

Invalidates parent's arrange

C#
AffectsParentArrange = 128

Invalidates parent's measure

C#
AffectsParentMeasure = 64

Indicates that the property affects the theme.

C#
AffectsTheme = 512

The property supports cancellation.

C#
Cancelable = 1024

Indicates that the property can inherit a value.

C#
CanInheritValue = 2

Indicates that the property invalidates the layout.

C#
InvalidatesLayout = 4

Indicates that there are no property options.

C#
None = 0