Compartir a través de


InfoBarPanel.HorizontalOrientationPadding Propiedad

Definición

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

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

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

Valor de propiedad

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

Se aplica a