Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("PageBorderColor")>
    <BrowsableAttribute(True)>
    Public Property PageBorderColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As UIKit.UIColor
     
    instance.PageBorderColor = value
     
    value = instance.PageBorderColor
    [Foundation.Export("PageBorderColor")]
    [Browsable(true)]
    public UIKit.UIColor PageBorderColor {get; set;}
    See Also