次の方法で共有


InfoBarPanel.VerticalOrientationPadding プロパティ

定義

パネルが垂直方向に配置されている場合の 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 とその子の端との間の距離。

適用対象