Skip to main content

ImageSettings Members

Contains settings that define images to be displayed within group headers or items.

Constructors

Name Description
ImageSettings() Initializes a new instance of the ImageSettings class with default settings.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs every time any of the ImageSettings properties has changed its value.
See Also