C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.Color
 
'Usage
 
Dim instance As FlexViewer
Dim value As Xamarin.Forms.Color
 
instance.PageBorderColor = value
 
value = instance.PageBorderColor
See Also