Grid.GetColumnSpan(UIElement) Méthode

Définition

Obtient la valeur de la propriété jointe ColumnSpan d’un UIElement donné.

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

Paramètres

element
UIElement

Élément à partir duquel la valeur de propriété doit être lue.

Retours

Int32

Valeur de la propriété jointe ColumnSpan .

Attributs

S’applique à