Table of Contents

Class FrameworkPropertyMetadata

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Metadata for supported Framework features

public class FrameworkPropertyMetadata : UIPropertyMetadata
Inheritance
FrameworkPropertyMetadata

Constructors

FrameworkPropertyMetadata()

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(PropertyChangedCallback)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(PropertyChangedCallback, CoerceValueCallback)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(object)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(object, PropMetadataOption)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(object, PropMetadataOption, PropertyChangedCallback)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(object, PropMetadataOption, PropertyChangedCallback, CoerceValueCallback)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(object, PropMetadataOption, PropertyChangedCallback, CoerceValueCallback, bool)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(object, PropMetadataOption, PropertyChangedCallback, CoerceValueCallback, bool, UpdateSourceTrigger)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(object, PropertyChangedCallback)

Framework type metadata construction. Marked as no inline to reduce code size.

FrameworkPropertyMetadata(object, PropertyChangedCallback, CoerceValueCallback)

Framework type metadata construction. Marked as no inline to reduce code size.

Properties

AffectsLayout

Property affects layout

AffectsPaint

Property affects paint

BindsTwoWayByDefault

Data bindings on this property default to two-way

DefaultUpdateSourceTrigger

The default UpdateSourceTrigger for two-way data bindings on this property.

Inherits

Property is inheritable

IsDataBindingAllowed

Determines if data binding is supported

IsNotDataBindable

Property cannot be data-bound

Journal

The value of this property should be saved/restored when journaling by URI

OverridesInheritanceBehavior

Property evaluation must span separated trees

SubPropertiesDoNotAffectRender

This property's subproperties do not affect rendering. For instance, a property X may have a subproperty Y. Changing X.Y does not require rendering to be updated.

Methods

Merge(PropertyMetadata, DependencyProperty)

Merge set source state into this

OnApply(DependencyProperty, Type)

Notification that this metadata has been applied to a property and the metadata is being sealed