GridColumnSpanProperty Field
ColumnSpan property. This is an attached property.
Grid defines ColumnSpan, so that it can be set
on any element treated as a cell. ColumnSpan property
specifies child's width with respect to columns.
Example, ColumnSpan == 2 means that child will span across two columns.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<int> ColumnSpanProperty
Public Shared ReadOnly ColumnSpanProperty As AttachedProperty(Of Integer)
static val ColumnSpanProperty: AttachedProperty<int>
Field Value
AttachedPropertyInt32
Default value for the property is 1.