Search
GridRow.Height Property
See Also
 





Gets or sets the height of the row.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Length Height { get; set; }

Visual Basic  Copy Code

Public Property Height As Length

 Property Value

An instance of the Length class.

 See Also