Share via


Grid.SetRowSpan(UIElement, Int32) Metodo

Definizione

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

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

Parametri

element
UIElement

Elemento per cui impostare la proprietà associata RowSpan .

value
Int32

Valore della proprietà da impostare.

Si applica a

Vedi anche