SimpleButton Members
#Constructors
Name | Description |
---|---|
Simple |
Initializes a new instance of the Simple |
#Fields
Name | Description |
---|---|
Border |
Identifies the Border |
Border |
Identifies the Border |
Command |
Identifies the Command |
Command |
Identifies the Command dependency property. |
Content |
Identifies the Content dependency property. |
Corner |
Identifies the Corner |
Corner |
Identifies the Corner |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Font |
Identifies the Font |
Font |
Identifies the Font |
Font |
Identifies the Font |
Horizontal |
Identifies the Horizontal |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon dependency property. |
Icon |
Identifies the Icon |
Is |
Identifies the Is |
Is |
|
Padding |
Identifies the Padding dependency property. |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Show |
Identifies the Show |
Text |
Identifies the Text |
Text |
Identifies the Text dependency property. |
Use |
Identifies the Use |
Vertical |
Identifies the Vertical |
#Properties
Name | Description |
---|---|
Border |
Gets or sets the color of the button borders. |
Border |
Gets or sets the thickness of the button borders. |
Command | Specifies the command that is executed when a user taps the button. |
Command |
Specifies the parameter passed to the Command. |
Content | Gets or sets the custom content of the button. |
Corner |
Gets or sets whether button corners are rounded or cut. |
Corner |
Specifies the button corner radius. |
Disabled |
Specifies the background color of the button in a disabled state. |
Disabled |
Specifies the border color of the button in a disabled state. |
Disabled |
Specifies the icon color for the button in a disabled state. |
Disabled |
Gets or sets the caption text color of the button in a disabled state. |
Font |
Specifies whether the button caption is bold or italic. |
Font |
Specifies the button text font name. |
Font |
Specifies the button text font size. |
Horizontal |
Gets or sets the horizontal alignment of the button’s content (icon and text). |
Icon | Specifies the button icon image. |
Icon |
Specifies the color for the button icon. |
Icon |
Specifies a button’s icon horizontal position relative to button captions. |
Icon |
Specifies a distance between the button icon and caption. |
Icon |
Specifies the button icon visibility. |
Is |
Gets whether the button is in a pressed state. |
Padding | Gets or sets the distance between the button caption and borders. |
Pressed |
Specifies the background of the button in a pressed state. |
Pressed |
Specifies the border color of the button in a pressed state. |
Pressed |
Specifies the icon color for the button in a pressed state. |
Pressed |
Gets or sets the color of button text in a pressed state. |
Show |
Gets or sets the button shadow visibility. |
Text | A button’s caption. |
Text |
A button’s caption color. |
Use |
Gets or sets whether the ripple animation effect is used. |
Vertical |
Gets or sets the vertical alignment of the buttons’s content (icon and text). |
#Events
Name | Description |
---|---|
Clicked | Occurs when a user taps and releases the button. |
Pressed | Occurs when a user taps the button. |
Released | Occurs when a user releases the button. |