public class ButtonImage : ButtonPublic Class ButtonImage
Inherits Button| ButtonImage | Initializes a new instance of the ButtonImage class |
| 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. |
| 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. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |