Border.BorderThickness 속성

정의

테두리의 두께를 가져오거나 설정합니다.

public:
 property Thickness BorderThickness { Thickness get(); void set(Thickness value); };
Thickness BorderThickness();

void BorderThickness(Thickness value);
public Thickness BorderThickness { get; set; }
var thickness = border.borderThickness;
border.borderThickness = thickness;
Public Property BorderThickness As Thickness
<Border BorderThickness="uniform"/>
- or -
<Border BorderThickness="left&right,top&bottom"/>
- or -
<Border BorderThickness="left,top,right,bottom"/>

속성 값

테두리 두께(픽셀)입니다. 기본값은 네 면 모두 0입니다.

적용 대상

추가 정보