Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / WindowId Property


In This Topic
    WindowId Property (C1LineMarker)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property WindowId As Android.Views.WindowId
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Android.Views.WindowId
     
    value = instance.WindowId
    public virtual Android.Views.WindowId WindowId {get;}
    See Also