Skip to main content

HamburgerMenuIconButton Members

Provides options for customizing icons displayed by menu items.

Constructors

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

Fields

Name Description
IconFillProperty static Identifies the HamburgerMenuIconButton.IconFill dependency property.
IconHeightProperty static Identifies the HamburgerMenuIconButton.IconHeight dependency property.
IconProperty static Identifies the HamburgerMenuIconButton.Icon dependency property.
IconSizeUnitProperty static Identifies the HamburgerMenuIconButton.IconSizeUnit dependency property.
IconSourceProperty static Identifies the HamburgerMenuIconButton.IconSource dependency property.
IconStretchProperty static Identifies the HamburgerMenuIconButton.IconStretch dependency property.
IconTemplateProperty static Identifies the HamburgerMenuIconButton.IconTemplate dependency property.
IconWidthProperty static Identifies the HamburgerMenuIconButton.IconWidth dependency property.

Properties

Name Description
Icon Gets or sets the icon displayed by the button. This is a dependency property.
IconFill Specifies the icon color. This is a dependency property.
IconHeight Gets or sets the icon’s height. This is a dependency property.
IconSizeUnit Specifies whether the icon size is set in pixels or points. This is a dependency property.
IconSource Gets or sets the source of the icon. This is a dependency property
IconStretch Gets or sets the stretch mode for the icon. This is a dependency property.
IconTemplate Specifies the icon template. This is a dependency property.
IconWidth Gets or sets the icon’s 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.
See Also