Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class / PageSpacing Property


In This Topic
    PageSpacing Property
    In This Topic
    Gets or sets the amount of padding between pages in the preview.
    Syntax
    'Declaration
     
    
    Public Property PageSpacing As Double
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As Double
     
    instance.PageSpacing = value
     
    value = instance.PageSpacing
    public double PageSpacing {get; set;}
    See Also