C1.iOS.Viewer Assembly / C1.iOS.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
 
<Foundation.ExportAttribute("PageBackground")>
<BrowsableAttribute(True)>
Public Property PageBackgroundColor As UIKit.UIColor
 
'Usage
 
Dim instance As FlexViewer
Dim value As UIKit.UIColor
 
instance.PageBackgroundColor = value
 
value = instance.PageBackgroundColor
See Also