ImageEditToolButtonInfo Members
A button for the ImageEdit edit menu.Constructors
| Name | Description |
|---|---|
| ImageEditToolButtonInfo() | Initializes a new instance of the ImageEditToolButtonInfo class. |
Fields
| Name | Description |
|---|---|
| CommandParameterProperty static | Identifies the CommandParameter dependency property. |
| CommandProperty static | Identifies the Command dependency property. |
| CommandTargetProperty static | Identifies the CommandTarget dependency property. |
| GlyphProperty static | Identifies the Glyph dependency property. |
| ToolTipProperty static | Identifies the ToolTip dependency property. |
Properties
| Name | Description |
|---|---|
| Command | Gets or sets the command associated with the button. This is a dependency property. |
| CommandParameter | Gets or sets the parameter passed to the Command. This is a dependency property. |
| CommandTarget | Gets or sets the element on which to execute the Command. This is a dependency property. |
| Glyph | Gets or sets the button glyph. This is a dependency property. |
| ToolTip | Gets or sets the button tooltip. This is a dependency property. |
See Also