Skip to main content
A newer version of this page is available. .

ImageSettings.StretchDirection Property

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public StretchDirection StretchDirection { get; set; }

Property Value

Type Description
StretchDirection

One of the StretchDirection enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to StretchDirection
ExplorerBarView
.ItemImageSettings .StretchDirection
NavBarGroup
.ActualImageSettings .StretchDirection
NavBarItem
.ImageSettings .StretchDirection
NavBarItemControl
.ImageSettings .StretchDirection
NavBarViewBase
.ItemImageSettings .StretchDirection
NavigationPaneView
.ItemImageSettings .StretchDirection
SideBarView
.ItemImageSettings .StretchDirection

Remarks

This property specifies in what scaling directions ImageSettings.Stretch should be applied.

See Also