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