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


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