Back to Devexpress

ImageSettings.StretchDirection Property

wpf-devexpress-dot-xpf-dot-navbar-dot-imagesettings-fe98f548.md

latest3.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public StretchDirection StretchDirection { get; set; }
vb
Public Property StretchDirection As StretchDirection

Property Value

TypeDescription
StretchDirection

One of the StretchDirection enumeration values.

|

Property Paths

You can access this nested property as listed below:

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

|

Remarks

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

See Also

Stretch

ImageSettings Class

ImageSettings Members

DevExpress.Xpf.NavBar Namespace