C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class / PageBackgroundColor Property


In This Topic
PageBackgroundColor Property
In This Topic
Gets or sets a color used for filling the page content.
Syntax
'Declaration
 
Public Property PageBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As FlexViewer
Dim value As Xamarin.Forms.Color
 
instance.PageBackgroundColor = value
 
value = instance.PageBackgroundColor
See Also