次の方法で共有


InfoBarPanel.HorizontalOrientationPadding プロパティ

定義

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

適用対象