Grid.RowProperty Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengidentifikasi properti terlampir Grid.Row XAML.
public:
static property DependencyProperty ^ RowProperty { DependencyProperty ^ get(); };
static DependencyProperty RowProperty();
public static DependencyProperty RowProperty { get; }
var dependencyProperty = Grid.rowProperty;
Public Shared ReadOnly Property RowProperty As DependencyProperty
Nilai Properti
Pengidentifikasi untuk properti terlampir Grid.Row XAML.
Keterangan
Properti ini hanya pengidentifikasi untuk sistem properti, dan tidak digunakan dalam sebagian besar skenario aplikasi. Dalam kebanyakan kasus, Anda mengatur properti terlampir Grid.Row XAML di XAML dan tidak memerlukan pengidentifikasi ini.