Method GetAttachedScalarBinding
| Improve this Doc View SourceGetAttachedScalarBinding(UIElement)
Gets attached scalar binding for specified element.
Declaration
public static ScalarBinding GetAttachedScalarBinding(this UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The specified element. |
Returns
Type | Description |
---|---|
ScalarBinding | The result attached scalar binding. null if specified element is not attached scalar binding target. |