Class FrameworkPropertyMetadataOptions
Inheritance
System.Object
FrameworkPropertyMetadataOptions
Namespace: Telerik.UI.Xaml
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class FrameworkPropertyMetadataOptions : Enum
Fields
AffectsArrange
Declaration
public const FrameworkPropertyMetadataOptions AffectsArrange
Field Value
AffectsMeasure
Declaration
public const FrameworkPropertyMetadataOptions AffectsMeasure
Field Value
AffectsParentArrange
Declaration
public const FrameworkPropertyMetadataOptions AffectsParentArrange
Field Value
AffectsParentMeasure
Declaration
public const FrameworkPropertyMetadataOptions AffectsParentMeasure
Field Value
AffectsRender
Declaration
public const FrameworkPropertyMetadataOptions AffectsRender
Field Value
BindsTwoWayByDefault
Declaration
public const FrameworkPropertyMetadataOptions BindsTwoWayByDefault
Field Value
Inherits
Declaration
public const FrameworkPropertyMetadataOptions Inherits
Field Value
Journal
Declaration
public const FrameworkPropertyMetadataOptions Journal
Field Value
None
Declaration
public const FrameworkPropertyMetadataOptions None
Field Value
NotDataBindable
Declaration
public const FrameworkPropertyMetadataOptions NotDataBindable
Field Value
OverridesInheritanceBehavior
Declaration
public const FrameworkPropertyMetadataOptions OverridesInheritanceBehavior
Field Value
SubPropertiesDoNotAffectRender
Declaration
public const FrameworkPropertyMetadataOptions SubPropertiesDoNotAffectRender
Field Value
value__
Declaration
public int value__
Field Value
System.
|