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
C# Copy Code |
---|
public int GridRow { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridRow As Integer |
An integer value specifying the 0-based index of the grid row in which to place this component. The default is 0.
This property is ignored if the component is not placed in a GridPanel.