C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / ApplyWindowInsets Property


In This Topic
ApplyWindowInsets Property (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
Public Property ApplyWindowInsets As Android.Views.View.ApplyWindowInsetsHandler
 
'Usage
 
Dim instance As AnnotationLayer
Dim value As Android.Views.View.ApplyWindowInsetsHandler
 
instance.ApplyWindowInsets = value
 
value = instance.ApplyWindowInsets
See Also