Aracılığıyla paylaş


StackPanel.HasLogicalOrientation Özellik

Tanım

Bunun StackPanel dikey veya yatay yönlendirmesi olup olmadığını gösteren bir değer alır.

protected public:
 virtual property bool HasLogicalOrientation { bool get(); };
protected internal override bool HasLogicalOrientation { get; }
member this.HasLogicalOrientation : bool
Protected Friend Overrides ReadOnly Property HasLogicalOrientation As Boolean

Özellik Değeri

Boolean

Bu özellik her zaman true döndürür.

Açıklamalar

Bu özellik her zaman döndürür true çünkü bir StackPanel dikey veya yatay yönlendirmeye sahip olmalıdır.

Şunlara uygulanır