StackPanel.BorderThickness Proprietà

Definizione

Ottiene o imposta lo spessore del bordo del pannello.

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

Valore della proprietà

Spessore del bordo del pannello, come valore Spessore .

Si applica a