Back to Devexpress

OptionsMinimizing.CaptionImageIndent Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-optionsminimizing-1e9e1c01.md

latest1.6 KB
Original Source

OptionsMinimizing.CaptionImageIndent Property

Gets or sets the indent between images and captions.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
public int CaptionImageIndent { get; set; }
vb
<DefaultValue(-1)>
Public Property CaptionImageIndent As Integer

Property Value

TypeDefaultDescription
Int32-1

The indent between images and captions.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CaptionImageIndent
AccordionControl

.OptionsMinimizing .CaptionImageIndent

|

See Also

CaptionShowMode

OptionsMinimizing Class

OptionsMinimizing Members

DevExpress.XtraBars.Navigation Namespace