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