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