Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / PageBorderColor Property


In This Topic
    PageBorderColor Property
    In This Topic
    Gets or sets a brush used for drawing page borders.
    Syntax
    'Declaration
     
    
    Public Property PageBorderColor As Nullable(Of Color)
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As Nullable(Of Color)
     
    instance.PageBorderColor = value
     
    value = instance.PageBorderColor
    public Nullable<Color> PageBorderColor {get; set;}
    See Also