ButtonImage Class

ButtonImagen class.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class ButtonImage : Button
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    ButtonBase    Button    ButtonImage

Constructors

ButtonImageInitializes a new instance of the ButtonImage class

Properties

Image Gets or sets the Image in the ButtonImage control.
ImageHeight Gets or sets the ImageHeight in the ButtonImage control.
ImageWidth Gets or sets the ImageWidth in the ButtonImage control.
Text Gets or sets the Text in the ButtonImage control.

Fields

ImageHeightProperty Represent the ImageHeight as dependency property.
ImageProperty Represent the Image as dependency property.
ImageWidthProperty Represent the ImageWidth as dependency property.
TextProperty Represent the Text as dependency property.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also