C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / ApplyWindowInsets Property


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