Panel.LogicalOrientationPublic プロパティ

定義

パネルが 1 次元のみのレイアウトをサポートしている場合の、パネルの Orientation

public:
 property System::Windows::Controls::Orientation LogicalOrientationPublic { System::Windows::Controls::Orientation get(); };
public System.Windows.Controls.Orientation LogicalOrientationPublic { get; }
member this.LogicalOrientationPublic : System.Windows.Controls.Orientation
Public ReadOnly Property LogicalOrientationPublic As Orientation

プロパティ値

パネルの Orientation 。 このプロパティには既定値はありません。

注釈

HasLogicalOrientationfalse場合、このプロパティ値は無視する必要があります。

適用対象