C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / RequestApplyInsets Method


In This Topic
RequestApplyInsets Method (FlexViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("requestApplyInsets", 
   "()V", 
   "GetRequestApplyInsetsHandler", 
   ApiSince=20)>
Public Overridable Sub RequestApplyInsets() 
 
'Usage
 
Dim instance As FlexViewer
 
instance.RequestApplyInsets()
See Also