InfoBarPanel.VerticalOrientationPadding プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パネルが垂直方向に配置されている場合の InfoBarPanel とその子の端との間の距離を取得および設定します。
public:
property Thickness VerticalOrientationPadding { Thickness get(); void set(Thickness value); };
Thickness VerticalOrientationPadding();
void VerticalOrientationPadding(Thickness value);
public Thickness VerticalOrientationPadding { get; set; }
var thickness = infoBarPanel.verticalOrientationPadding;
infoBarPanel.verticalOrientationPadding = thickness;
Public Property VerticalOrientationPadding As Thickness
プロパティ値
パネルが垂直方向に配置されている場合の InfoBarPanel とその子の端との間の距離。