DiagramStyles.ButtonItem Property
Gets the style settings that define the appearance of a button item.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
public DiagramBarItemStyle ButtonItem { get; }
Public ReadOnly Property ButtonItem As DiagramBarItemStyle
Property Value
Type | Description |
---|---|
DiagramBarItemStyle | An object that contains style settings. |
Available values:
Name | Description |
---|---|
HoverStyle | Gets the style settings that define an item's appearance in the hovered state. |
CheckedStyle | Gets the style settings that define an item's appearance in the checked state. |
PressedStyle | Gets the style settings that define an item's appearance in the pressed state. |
DisabledStyle | Gets the style settings that define an item's appearance in the disabled state. |
Width | Specifies the item's width. |
DiagramBarItemStyle() | Initializes a new instance of the DiagramBarItemStyle class. |
See Also
Feedback