Xamarin.Android | ComponentOne
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()
    [Android.Runtime.Register("requestApplyInsets", 
       "()V", 
       "GetRequestApplyInsetsHandler", 
       ApiSince=20)]
    public virtual void RequestApplyInsets()
    See Also