|
FaceControllerBindingContext Property
|
Gets or sets the collection of currency managers for the IBindableComponent.
Namespace:
Accord.Controls.Vision
Assembly:
Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public BindingContext BindingContext { get; set; }
<BrowsableAttribute(false)>
Public Property BindingContext As BindingContext
Get
Set
Request Example
View SourceReturn Value
Type:
BindingContext
The collection of
BindingManagerBase
objects for this
IBindableComponent.
Implements
IBindableComponentBindingContextSee Also