ImageSettings Properties
Contains settings that define images to be displayed within group headers or items.Name | Description |
---|---|
GroupDefault static | Stores default image settings for NavBarGroups. |
Height |
Gets or set the image height. This is a dependency property. |
ItemDefault static | Stores default image settings for NavBarItems. |
Stretch |
Gets or sets a value that specifies how an image should be stretched to fill the available space. This is a dependency property. |
StretchDirection |
Gets or sets a value that specifies how an image is scaled. This is a dependency property. |
Width |
Gets or set the image width. This is a dependency property. |
See Also