Skip to main content
A newer version of this page is available. .

DiagramContainer.HeaderPadding Property

Gets or sets the amount of space between the container header’s borders and its contents.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DefaultValue(typeof(Padding), "0,0,0,0")]
[DiagramCategory(DiagramCategory.Layout)]
public virtual Padding HeaderPadding { get; set; }

Property Value

Type Default Description
Padding "0,0,0,0"

A Padding value that represents the margin in pixels between the container header’s borders and its contents.

See Also