Search
ComponentBase.GridRow Property
See Also
 





Gets or sets the index of the grid row this component will be associated with when added to a GridPanel.

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

 Syntax

C#  Copy Code

public int GridRow { get; set; }

Visual Basic  Copy Code

Public Property GridRow As Integer

 Property Value

An integer value specifying the 0-based index of the grid row in which to place this component. The default is 0.

 Remarks

This property is ignored if the component is not placed in a GridPanel.

 See Also