Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class / BindingProperty Field


In This Topic
    BindingProperty Field (ChartBase)
    In This Topic
    Identifies the Binding dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly BindingProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = ChartBase.BindingProperty
    public static readonly DependencyProperty BindingProperty
    See Also