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