ButtonAppearanceKind Enum
Specifies the appearance of a button control.
public enum ButtonAppearanceKind
Fields
Name | Description |
---|---|
Outline | The button has an outline appearance. |
Soft | The button has a soft fill appearance. |
Solid | The button has a solid fill appearance. |
Subtle | The button has a subtle fill appearance that only shows when the pointer is over the control. |