Border.BorderThickness Propiedad

Definición

Obtiene o establece el grosor del borde.

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

Valor de propiedad

Grosor del borde, en píxeles. El valor predeterminado es 0 en los cuatro lados.

Se aplica a

Consulte también