Back to Devexpress

TabbedGroup.CaptionImagePadding Property

windowsforms-devexpress-dot-xtralayout-dot-tabbedgroup-4c238f60.md

latest1.8 KB
Original Source

TabbedGroup.CaptionImagePadding Property

Gets or sets default padding for images displayed in the page headers belonging to the current group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Padding CaptionImagePadding { get; set; }
vb
<DXCategory("Appearance")>
Public Property CaptionImagePadding As Padding

Property Value

TypeDescription
DevExpress.XtraLayout.Utils.Padding

A Padding object that specifies default padding for images displayed in the page headers belonging to the current group.

|

Remarks

To specify images to be displayed in page headers, use the LayoutGroup.CaptionImageOptions property. The CaptionImagePadding property specifies default image padding that will be applied to all page headers by default. To override padding for individual pages, use the Padding option accessible in LayoutGroup.CaptionImageOptions.

See Also

CaptionImageOptions

TabbedGroup Class

TabbedGroup Members

DevExpress.XtraLayout Namespace