Grid.ColumnSpanProperty Proprietà

Definizione

Identifica la proprietà associata XAML Grid.ColumnSpan .

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

Valore della proprietà

Identificatore per la proprietà associata XAML Grid.ColumnSpan .

Commenti

Questa proprietà è solo un identificatore per il sistema delle proprietà e non viene usata nella maggior parte degli scenari dell'app. Nella maggior parte dei casi si imposta la proprietà associata XAML Grid.ColumnSpan in XAML e non sarà necessario questo identificatore.

Si applica a

Vedi anche