Search
Grid.MinHeaderSize Property
See Also
 





Gets or sets the minimum size of a header.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float MinHeaderSize { get; set; }

Visual Basic  Copy Code

Public Property MinHeaderSize As Single

 Property Value

A float value specifying the minimal size of a header. The default is 10.

 See Also