Back to Devexpress

LayoutGroupCaptionImageOptions.Location Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroupcaptionimageoptions.md

latest3.9 KB
Original Source

LayoutGroupCaptionImageOptions.Location Property

Gets or sets the alignment of the icon relative to the text.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(GroupElementLocation.Default)]
[DXCategory("Appearance")]
public GroupElementLocation Location { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(GroupElementLocation.Default)>
Public Property Location As GroupElementLocation

Property Value

TypeDefaultDescription
GroupElementLocationDefault

A value that specifies the alignment of the icon relative to the text.

|

Available values:

NameDescription
Default

Specifies the default position of an element relative to a text label. Currently, the Default option is equivalent to the BeforeText option.

| | BeforeText |

Displays an element before a text label.

| | AfterText |

Displays an element after a text label.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Location
LayoutGroup

.CaptionImageOptions .Location

|

Remarks

Use the CaptionImageOptions property to access the following options, which allow you to specify the icon in the layout group or tab’s label:

SvgImageSpecifies a vector image.ImageUriSpecifies a universal resource identifier of an image in the DX Image Gallery.ImageSpecifies a raster image.ImageIndexSpecifies an index of an image in the Images collection.LocationSpecifies the alignment of the image relative to the text. This property is not in effect in a tab.PaddingSpecifies the amount of space between the icon and the label’s bounds. This property overrides the tabbed group’s CaptionImagePadding property, which specifies the padding for all tabs in the tabbed group.AllowGlyphSkinning

Specifies whether the icon is filled with the control’s foreground color. This property overrides the control’s AllowGlyphSkinning option. You can also use a layout item’s AllowGlyphSkinning option to enable this feature for an individual item.

Tip

We recommend using gray-scale icons from the DX Image Gallery for best visual results.

VisibleSpecifies whether the icon is visible. See Also

LayoutGroupCaptionImageOptions Class

LayoutGroupCaptionImageOptions Members

DevExpress.XtraLayout Namespace