-
Notifications
You must be signed in to change notification settings - Fork 878
IconButton
DianeXceed edited this page Sep 28, 2017
·
1 revision
Derives from Button
Represents a Button that contains an icon and some data. The Foreground, Background and BorderBrush can be easily modified with properties, while the Icon location is customizable.
Property | Description |
---|---|
Icon | Gets or sets the image to use as the icon. |
IconLocation | Gets or sets the location of the icon relative to the Content (Left or Right). default is Left. |
MouseOverBackground | Gets or sets the background brush when the mouse is over. |
MouseOverBorderBrush | Gets or sets the border brush when the mouse is over. |
MouseOverForeground | Gets or sets the foreground brush when the mouse is over. |
MousePressedBackground | Gets or sets the background brush when the IconButton is pressed. |
MousePressedBorderBrush | Gets or sets the border brush when the IconButton is pressed. |
MousePressedForeground | Gets or sets the foreground brush when the IconButton is pressed. |
Support this project, check out the Plus Edition.