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 的边缘与其子级之间的距离。