Search
Grid.MinHeaderSize Property
See Also
 






Gets or sets the minimum size of a header.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double MinHeaderSize { get; set; }

Visual Basic  Copy Code

Public Property MinHeaderSize As Double

 Property Value

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

 See Also