wpf-devexpress-dot-xpf-dot-navbar-dot-imagesettings.md
Gets or set the image height. This is a dependency property.
Namespace : DevExpress.Xpf.NavBar
Assembly : DevExpress.Xpf.NavBar.v25.2.dll
NuGet Package : DevExpress.Wpf.NavBar
public double Height { get; set; }
Public Property Height As Double
| Type | Description |
|---|---|
| Double |
Type: Double
The height of an image, in device-independent units (1/96th inch per unit).
|
You can access this nested property as listed below:
| Object Type | Path to Height |
|---|---|
| ImageSettings |
.GroupDefault .Height
| | ImageSettings |
.ItemDefault .Height
| | NavBarGroup |
.ActualImageSettings .Height
| | NavBarGroup |
.ImageSettings .Height
| | NavBarGroup |
.ItemImageSettings .Height
| | NavBarItem |
.ActualImageSettings .Height
| | NavBarItem |
.ImageSettings .Height
| | NavBarItemControl |
.ImageSettings .Height
| | NavBarViewBase |
.GroupImageSettings .Height
| | NavBarViewBase |
.ItemImageSettings .Height
|
You can use the Height and ImageSettings.Width properties to define the image display size. If the specified size differs from an image’s physical size, the ImageSettings.Stretch and ImageSettings.StretchDirection properties can be used to define the manner in which the image should be stretched.
See Also