RelativePanel.BorderThickness 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置面板的边框粗细。
public:
property Thickness BorderThickness { Thickness get(); void set(Thickness value); };
Thickness BorderThickness();
void BorderThickness(Thickness value);
public Thickness BorderThickness { get; set; }
var thickness = relativePanel.borderThickness;
relativePanel.borderThickness = thickness;
Public Property BorderThickness As Thickness
<RelativePanel BorderThickness="uniform"/>
- or -
<RelativePanel BorderThickness="left&right,top&bottom"/>
- or -
<RelativePanel BorderThickness="left,top,right,bottom"/>
属性值
面板的边框粗细,作为 “粗细” 值。