wpf-devexpress-dot-xpf-dot-navbar-dot-imagesettings-fe98f548.md
Gets or sets a value that specifies how an image is scaled. This is a dependency property.
Namespace : DevExpress.Xpf.NavBar
Assembly : DevExpress.Xpf.NavBar.v25.2.dll
NuGet Package : DevExpress.Wpf.NavBar
public StretchDirection StretchDirection { get; set; }
Public Property StretchDirection As StretchDirection
| Type | Description |
|---|---|
| StretchDirection |
One of the StretchDirection enumeration values.
|
You can access this nested property as listed below:
| Object Type | Path to StretchDirection |
|---|---|
| ImageSettings |
.GroupDefault .StretchDirection
| | ImageSettings |
.ItemDefault .StretchDirection
| | NavBarGroup |
.ActualImageSettings .StretchDirection
| | NavBarGroup |
.ImageSettings .StretchDirection
| | NavBarGroup |
.ItemImageSettings .StretchDirection
| | NavBarItem |
.ActualImageSettings .StretchDirection
| | NavBarItem |
.ImageSettings .StretchDirection
| | NavBarItemControl |
.ImageSettings .StretchDirection
| | NavBarViewBase |
.GroupImageSettings .StretchDirection
| | NavBarViewBase |
.ItemImageSettings .StretchDirection
|
This property specifies in what scaling directions ImageSettings.Stretch should be applied.
See Also