Fig. 1 - ImageButton control
An on-screen button, using an image for its display, for the user to perform the action specified in the ButtonAction property.
Properties that are common to this and many other controls are described in Common Properties.
Property | Description |
---|---|
Background | See Common Properties |
BorderBrush | See Common Properties |
BorderThickness | See Common Properties |
ButtonAction | See Button |
ButtonOutcome | See Button |
ButtonShortcut | Assigns the button action to a keyboard F key (i.e. F1 to F12) |
Content | Ignored in this control |
FontFamily | Ignored in this control |
FontSize | Ignored in this control |
FontStyle | Ignored in this control |
FontWeight | Ignored in this control |
Foreground | Ignored in this control |
Height | See Common Properties |
ImageFilename |
See Image |
IsEnabled | See Common Properties |
Language | See Common Properties |
Margin | See Common Properties |
Name | See Common Properties |
StepName | See Button |
Stretch | See Image |
TabIndex | See Common Properties |
Validate | See Button |
Visibility | See Common Properties |
Width | See Common Properties |
See also the Button control.