StackPanel.BorderThickness Properti

Definisi

Mendapatkan atau mengatur ketebalan batas panel.

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

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

Nilai Properti

Ketebalan batas panel, sebagai nilai Ketebalan .

Berlaku untuk