DXButton Members
In This Article
#Constructors
Name | Description |
---|---|
DXButton() | Initializes a new instance of the DXButton class. |
#Fields
Name | Description |
---|---|
Command |
Identifies the Command |
Command |
Identifies the Command dependency property. |
Content |
Identifies the Content dependency property. |
Content |
Identifies the Content |
Content |
Identifies the Content |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon dependency property. |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon |
Show |
Identifies the Show |
Show |
Identifies the Show |
Style |
Identifies the Style |
#Properties
Name | Description |
---|---|
Background | Gets or sets a brush that paints the button’s background. |
Border |
Gets or sets a brush that paints the button’s border. |
Border |
Gets or sets the thickness of the button’s border. |
Command | Gets or sets a command that is executed when a user clicks the button. This is a dependency property. |
Command |
Gets or sets a parameter passed to the Command property. This is a dependency property. |
Content | Gets or sets the button’s content. This is a dependency property. |
Content |
Gets or sets a template that defines the appearance of the button’s content. This is a dependency property. |
Content |
Gets or sets an object that chooses the button’s content template based on custom logic. This is a dependency property. |
Corner |
Gets or sets the radius for the button’s corners. |
Foreground | Gets or sets a brush that paints the button’s foreground. |
Horizontal |
Gets or sets the horizontal alignment of the button’s content. |
Icon | Gets or sets an icon displayed in the button. This is a dependency property. |
Icon |
Gets or sets the height of the button’s icon. This is a dependency property. |
Icon |
Gets or sets the icon’s position within the button. This is a dependency property. |
Icon |
Gets or sets the amount of space between the icon and the button’s content. This is a dependency property. |
Icon |
Gets or sets a template that defines the appearance of the button’s icon. This is a dependency property. |
Icon |
Gets or sets the width of the button’s icon. This is a dependency property. |
Is |
Gets or sets whether users can interact with the button. |
Padding | Gets or sets the amount of space between the button’s content and borders. |
Show |
Gets or sets whether to display the button’s content. This is a dependency property. |
Show |
Gets or sets whether to display the button’s icon. This is a dependency property. |
Style |
Gets or sets style settings applied to the button. This is a dependency property. |
Vertical |
Gets or sets the vertical alignment of the button’s content. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also