Back to Devexpress

SvgImageItemAppearanceCollection Members

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitemappearancecollection-dot-underscore-members.md

latest4.4 KB
Original Source

SvgImageItemAppearanceCollection Members

Contains appearance settings for SVG image items.

Constructors

NameDescription
SvgImageItemAppearanceCollection(SvgImageBox)Initializes a new instance of the SvgImageItemAppearanceCollection class with specified settings.
SvgImageItemAppearanceCollection(SvgImageItem)Initializes a new instance of the SvgImageItemAppearanceCollection class with specified settings.

Properties

NameDescription
DisabledGets the appearance settings applied in the disabled state.
HoveredGets the appearance settings applied in the hovered state.
NormalGets the appearance settings applied in the normal state.
PressedGets the appearance settings applied in the pressed state.
SelectedGets the appearance settings applied in the selected state.

Methods

NameDescription
Assign(SvgImageItemAppearanceCollection)Copies settings from the specified object to the current object.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all SvgImageItemAppearanceCollection settings to their default values.
ToString()Gets the object’s textual representation.

Events

NameDescription
PropertyChangedFires when the object’s properties are changed.

See Also

SvgImageItemAppearanceCollection Class

DevExpress.XtraEditors Namespace