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.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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 |
---|---|
ImageSettings |
|
ImageSettings |
|
NavBarGroup |
|
NavBarGroup |
|
NavBarGroup |
|
NavBarItem |
|
NavBarItem |
|
NavBarItemControl |
|
NavBarViewBase |
|
NavBarViewBase |
|
Remarks
This property specifies in what scaling directions ImageSettings.Stretch should be applied.
See Also