Class ImageButton
Implements button with image
Implements
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ImageButton : Button, ICommandSource
Constructors
ImageButton()
Initializes a new instance of the ImageButton class.
Declaration
public ImageButton()
Fields
ImageDisabledProperty
The image disabled property
Declaration
public static readonly DependencyProperty ImageDisabledProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ImageHoverProperty
The image hover property
Declaration
public static readonly DependencyProperty ImageHoverProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ImageNormalProperty
The image normal property
Declaration
public static readonly DependencyProperty ImageNormalProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ImagePressedProperty
The image pressed property
Declaration
public static readonly DependencyProperty ImagePressedProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ImageStretchProperty
The image stretch property
Declaration
public static readonly DependencyProperty ImageStretchProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
ImageDisabled
Gets or sets the image disabled.
Declaration
public BitmapImage ImageDisabled { get; set; }
Property Value
Type | Description |
---|---|
BitmapImage | The image disabled. |
ImageHover
Gets or sets the image hover.
Declaration
public BitmapImage ImageHover { get; set; }
Property Value
Type | Description |
---|---|
BitmapImage | The image hover. |
ImageNormal
Gets or sets the image normal.
Declaration
public BitmapImage ImageNormal { get; set; }
Property Value
Type | Description |
---|---|
BitmapImage | The image normal. |
ImagePressed
Gets or sets the image pressed.
Declaration
public BitmapImage ImagePressed { get; set; }
Property Value
Type | Description |
---|---|
BitmapImage | The image pressed. |
ImageStretch
Gets or sets the image stretch.
Declaration
public Stretch ImageStretch { get; set; }
Property Value
Type | Description |
---|---|
Stretch | The image stretch. |