Gets or sets the index of the grid column this component will be associated with when added to a GridPanel.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public int GridColumn { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridColumn As Integer |
An integer value specifying the 0-based index of the grid column in which to place this component. The default is 0.
This property is ignored if the component is not placed in a GridPanel.