SourceLevelsProperty.CreateBindableProperty Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
CreateBindableProperty() |
Returns an appropriate bindable property for this Property based on the Attributes meta-data.
(Inherited from Property.) |
|
CreateBindableProperty(Property) |
Returns a Bindable property for the property passed in as the propertyToBind.
(Inherited from Property.)Note that the propertyToBind may not be the property you override, but in the case of environmental overrides, might be a overridden property that is based on the current one. This method translates the metadata of the current property into a that determines the visual layout. |