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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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.CaptionImage or LayoutGroup.CaptionImageIndex 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 LayoutGroup.CaptionImagePadding property.
See Also