GridGetRowSpan Method

Helper for reading RowSpan property from a Control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static int GetRowSpan(
	Control element
)

Parameters

element  Control
Control to read RowSpan property from.

Return Value

Int32
RowSpan property value.

See Also