Gets or sets the width of the layer overview.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public int OverviewWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OverviewWidth As Integer |
An integer value. The default is 0.
RemarksA value of 0 indicates that the overview width is equal to ItemHeight.
See Also