C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / Padding Property


In This Topic
Padding Property (FlexViewer)
In This Topic
Gets or sets the amount of padding between pages and the preview window edges.
Syntax
'Declaration
 
<Foundation.ExportAttribute("PageAreaPadding")>
<BrowsableAttribute(True)>
Public Property Padding As UIKit.UIEdgeInsets
 
'Usage
 
Dim instance As FlexViewer
Dim value As UIKit.UIEdgeInsets
 
instance.Padding = value
 
value = instance.Padding
See Also