Back to Devexpress

LayoutSettings.ImageVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-navbar-dot-layoutsettings-072f891c.md

latest3.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public VerticalAlignment ImageVerticalAlignment { get; set; }
vb
Public Property ImageVerticalAlignment As VerticalAlignment

Property Value

TypeDescription
VerticalAlignment

One of the VerticalAlignment enumeration values.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

ImageHorizontalAlignment

TextVerticalAlignment

LayoutSettings Class

LayoutSettings Members

DevExpress.Xpf.NavBar Namespace