wpf-devexpress-dot-xpf-dot-navbar-dot-layoutsettings-072f891c.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.NavBar
public VerticalAlignment ImageVerticalAlignment { get; set; }
Public Property ImageVerticalAlignment As VerticalAlignment
| Type | Description |
|---|---|
| VerticalAlignment |
One of the VerticalAlignment enumeration values.
|
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
|
Use the ImageVerticalAlignment property to specify the vertical alignment of an image within its container.
See Also