Constructor UIPropertyMetadata
UIPropertyMetadata()
UI metadata construction
public UIPropertyMetadata()
UIPropertyMetadata(object)
UI metadata construction
public UIPropertyMetadata(object defaultValue)
Parameters
defaultValueobjectDefault value of property
UIPropertyMetadata(PropertyChangedCallback)
UI metadata construction
public UIPropertyMetadata(PropertyChangedCallback propertyChangedCallback)
Parameters
propertyChangedCallbackPropertyChangedCallbackCalled when the property has been changed
UIPropertyMetadata(object, PropertyChangedCallback)
UI metadata construction
public UIPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback)
Parameters
defaultValueobjectDefault value of property
propertyChangedCallbackPropertyChangedCallbackCalled when the property has been changed
UIPropertyMetadata(object, PropertyChangedCallback, CoerceValueCallback)
UI metadata construction
public UIPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback)
Parameters
defaultValueobjectDefault value of property
propertyChangedCallbackPropertyChangedCallbackCalled when the property has been changed
coerceValueCallbackCoerceValueCallbackCalled on update of value
UIPropertyMetadata(object, PropertyChangedCallback, CoerceValueCallback, bool)
UI metadata construction
public UIPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback, bool isAnimationProhibited)
Parameters
defaultValueobjectDefault value of property
propertyChangedCallbackPropertyChangedCallbackCalled when the property has been changed
coerceValueCallbackCoerceValueCallbackCalled on update of value
isAnimationProhibitedboolShould animation be prohibited?