Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1Sunburst Class / ApplyWindowInsets Property


In This Topic
    ApplyWindowInsets Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ApplyWindowInsets As Android.Views.View.ApplyWindowInsetsHandler
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As Android.Views.View.ApplyWindowInsetsHandler
     
    instance.ApplyWindowInsets = value
     
    value = instance.ApplyWindowInsets
    public Android.Views.View.ApplyWindowInsetsHandler ApplyWindowInsets {get; set;}
    See Also