Class UIPropertyMetadata
Metadata for supported UI features
public class UIPropertyMetadata : PropertyMetadata
- Inheritance
-
UIPropertyMetadata
- Derived
Constructors
- UIPropertyMetadata()
UI metadata construction
- UIPropertyMetadata(PropertyChangedCallback)
UI metadata construction
- UIPropertyMetadata(object)
UI metadata construction
- UIPropertyMetadata(object, PropertyChangedCallback)
UI metadata construction
- UIPropertyMetadata(object, PropertyChangedCallback, CoerceValueCallback)
UI metadata construction
- UIPropertyMetadata(object, PropertyChangedCallback, CoerceValueCallback, bool)
UI metadata construction
Properties
- IsAnimationProhibited
Set this to true for a property for which animation should be prohibited. This should not be set unless there are very strong technical reasons why a property can not be animated. In the vast majority of cases, a property that can not be properly animated means that the property implementation contains a bug.