Gets or sets the minimum size of a header.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double MinHeaderSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinHeaderSize As Double |
A double value specifying the minimal size of a header. The default is 10.
See Also