C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / MenuWidth Property


In This Topic
MenuWidth Property
In This Topic
Gets or sets the width of the hamburger menu.
Syntax
'Declaration
 
Public Property MenuWidth As Double
 
'Usage
 
Dim instance As FlexViewer
Dim value As Double
 
instance.MenuWidth = value
 
value = instance.MenuWidth
See Also