ButtonControlStyles.Style Property
Gets the style settings defining the button appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public ButtonControlStyle Style { get; }
Public ReadOnly Property Style As ButtonControlStyle
Property Value
Type | Description |
---|---|
ButtonControlStyle | An ButtonControlStyle object containing the style settings. |
Available values:
Name | Description |
---|---|
CheckedStyle | Gets the style settings which define a button's appearance in the checked state. |
Width | Gets or sets the button's width. |
ButtonControlStyle() | Initializes a new instance of the ButtonControlStyle class. |
ImageSpacing | Gets or sets the amount of space between a display image and text within a button. |
Spacing | Gets or sets the spacing between the elements in the corresponding object. |
PressedStyle | Gets the style settings which define a button's appearance in the pressed state. |
HoverStyle | Gets the style settings which define a button's appearance in the hover state. |
See Also
Feedback