Skip to main content

DXImageIconSource Members

The icon source that uses an image as the icon’s content.

Constructors

Name Description
DXImageIconSource() Initializes a new instance of the DXImageIconSource class.

Fields

Name Description
NineGridProperty static Identifies the NineGrid dependency property.
SourceProperty static Identifies the Source dependency property.
StretchProperty static Identifies the Stretch dependency property.

Properties

Name Description
NineGrid Gets or sets nine-grid values used to resize the image.
Source Gets or sets a source of the image that is converted to an icon.
Stretch Gets or sets a value that specifies how to stretch an image to fill the area.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. 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.
See Also