C1.Android.Viewer Assembly / C1.Android.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
 
Public Property Padding As C1Thickness
 
'Usage
 
Dim instance As FlexViewer
Dim value As C1Thickness
 
instance.Padding = value
 
value = instance.Padding
See Also