Back to Devexpress

LayoutSettings.TextVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-navbar-dot-layoutsettings-19634274.md

latest3.1 KB
Original Source

LayoutSettings.TextVerticalAlignment Property

Gets or sets the vertical alignment of the text 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 TextVerticalAlignment { get; set; }
vb
Public Property TextVerticalAlignment 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 TextVerticalAlignment
LayoutSettings

.Default .TextVerticalAlignment

| | NavBarGroup |

.ActualLayoutSettings .TextVerticalAlignment

| | NavBarGroup |

.ItemLayoutSettings .TextVerticalAlignment

| | NavBarGroup |

.LayoutSettings .TextVerticalAlignment

| | NavBarItem |

.ActualLayoutSettings .TextVerticalAlignment

| | NavBarItem |

.LayoutSettings .TextVerticalAlignment

| | NavBarItemControl |

.LayoutSettings .TextVerticalAlignment

| | NavBarViewBase |

.GroupLayoutSettings .TextVerticalAlignment

| | NavBarViewBase |

.ItemLayoutSettings .TextVerticalAlignment

|

Remarks

Use the TextVerticalAlignment property to specify the vertical alignment of a text within its container.

See Also

TextHorizontalAlignment

ImageVerticalAlignment

LayoutSettings Class

LayoutSettings Members

DevExpress.Xpf.NavBar Namespace