BindableAttribute Constructor (Boolean, BindingDirection)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the BindableAttribute class.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Syntax
'Declaration
Public Sub New ( _
bindable As Boolean, _
direction As BindingDirection _
)
public BindableAttribute(
bool bindable,
BindingDirection direction
)
Parameters
- bindable
Type: System.Boolean
true to use property for binding; otherwise, false.
- direction
Type: System.ComponentModel.BindingDirection
One of the BindingDirection values.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also