Grid.SetColumnSpan(UIElement, Int32) Metodo

Definizione

Imposta il valore della ColumnSpan proprietà associata su un oggetto specificato UIElement.

public:
 static void SetColumnSpan(System::Windows::UIElement ^ element, int value);
public static void SetColumnSpan(System.Windows.UIElement element, int value);
static member SetColumnSpan : System.Windows.UIElement * int -> unit
Public Shared Sub SetColumnSpan (element As UIElement, value As Integer)

Parametri

element
UIElement

Elemento su cui impostare la ColumnSpan proprietà associata.

value
Int32

Valore della proprietà da impostare.

Si applica a

Vedi anche