Sdílet prostřednictvím


Grid.GetColumnSpan(UIElement) Metoda

Definice

Získá hodnotu ColumnSpan připojené vlastnosti z dané UIElement.

public:
 static int GetColumnSpan(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static int GetColumnSpan (System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetColumnSpan : System.Windows.UIElement -> int
Public Shared Function GetColumnSpan (element As UIElement) As Integer

Parametry

element
UIElement

Prvek, ze kterého se má číst hodnota vlastnosti.

Návraty

Int32

Hodnota ColumnSpan připojené vlastnosti.

Atributy

Platí pro