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
SyntaxC#
Copy Code
|
|---|
public int GridRow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridRow As Integer |
See Also