Border.BorderThickness Properti

Definisi

Mendapatkan atau mengatur ketebalan batas.

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"/>

Nilai Properti

Ketebalan batas, dalam piksel. Defaultnya adalah 0 di keempat sisi.

Berlaku untuk

Lihat juga