Class StylePropertyOptions
Specifies options that control the behavior of a style property in the Telerik document model. These options can be combined using a bitwise OR operation.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class StylePropertyOptions : Enum
Fields
AffectsArrange
Indicates that changes to the property affect the arrange pass of the layout process.
Declaration
public const StylePropertyOptions AffectsArrange
Field Value
StylePropertyOptions
|
AffectsLayout
Indicates that changes to the property affect both the arrange and measure passes of the layout process.
Declaration
public const StylePropertyOptions AffectsLayout
Field Value
StylePropertyOptions
|
AffectsMeasure
Indicates that changes to the property affect the measure pass of the layout process.
Declaration
public const StylePropertyOptions AffectsMeasure
Field Value
StylePropertyOptions
|
None
No special options are applied to the style property.
Declaration
public const StylePropertyOptions None
Field Value
StylePropertyOptions
|
value__
Declaration
public int value__
Field Value
System.Int32
|