Skip to main content

LayoutSettings.ImageVerticalAlignment Property

Gets or sets the vertical alignment of an image within a parent’s layout slot. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public VerticalAlignment ImageVerticalAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

One of the VerticalAlignment enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageVerticalAlignment
LayoutSettings
.Default .ImageVerticalAlignment
NavBarGroup
.ActualLayoutSettings .ImageVerticalAlignment
NavBarGroup
.ItemLayoutSettings .ImageVerticalAlignment
NavBarGroup
.LayoutSettings .ImageVerticalAlignment
NavBarItem
.ActualLayoutSettings .ImageVerticalAlignment
NavBarItem
.LayoutSettings .ImageVerticalAlignment
NavBarItemControl
.LayoutSettings .ImageVerticalAlignment
NavBarViewBase
.GroupLayoutSettings .ImageVerticalAlignment
NavBarViewBase
.ItemLayoutSettings .ImageVerticalAlignment

Remarks

Use the ImageVerticalAlignment property to specify the vertical alignment of an image within its container.

See Also