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

XtraTabPage.ImagePadding Property

Gets or sets padding for the image displayed in the page’s header.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public virtual Padding ImagePadding { get; set; }

Property Value

Type Description
Padding

A System.Windows.Forms.Padding value that specifies padding for the image.

Remarks

The image displayed in the page’s header can be specified via the XtraTabPage.Image or XtraTabPage.ImageIndex property.

See Also