Grid.RowSpanProperty Proprietà

Definizione

Identifica la proprietà associata XAML Grid.RowSpan .

public:
 static property DependencyProperty ^ RowSpanProperty { DependencyProperty ^ get(); };
static DependencyProperty RowSpanProperty();
public static DependencyProperty RowSpanProperty { get; }
var dependencyProperty = Grid.rowSpanProperty;
Public Shared ReadOnly Property RowSpanProperty As DependencyProperty

Valore della proprietà

Identificatore della proprietà associata XAML Grid.RowSpan .

Commenti

Questa proprietà è solo un identificatore per il sistema di proprietà e non viene usata nella maggior parte degli scenari di app. Nella maggior parte dei casi imposti la proprietà associata XAML Grid.RowSpan in XAML e non ti servirà questo identificatore.

Si applica a

Vedi anche