Specifies whether scrollbars should be displayed in ImageMap mode.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public bool ShowScrollbars { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowScrollbars As Boolean |
true to show scrollbars; otherwise false. The default is false.
Enable this property to let users scroll the document area with the built-in scrollbars. In order to customize the scrollbars, use the ScrollX and ScrollY properties.