Compartir a través de


InfoBarPanel.VerticalOrientationPadding Propiedad

Definición

Obtiene y establece la distancia entre los bordes del InfoBarPanel y sus elementos secundarios cuando el panel está orientado verticalmente.

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

void VerticalOrientationPadding(Thickness value);
public Thickness VerticalOrientationPadding { get; set; }
var thickness = infoBarPanel.verticalOrientationPadding;
infoBarPanel.verticalOrientationPadding = thickness;
Public Property VerticalOrientationPadding As Thickness

Valor de propiedad

Distancia entre los bordes del InfoBarPanel y sus elementos secundarios cuando el panel está orientado verticalmente.

Se aplica a