ContentPresenter.BorderThickness Propiedad

Definición

Obtiene o establece el grosor del borde del moderador de contenido.

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

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

Valor de propiedad

Grosor del borde del moderador de contenido, como un valor de Grosor .

Se aplica a