DiagramBarItemStyle.HoverStyle Property
In This Article
Gets the style settings that define an item’s appearance in the hovered state.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual AppearanceSelectedStyle HoverStyle { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An object that contains style settings. |
See Also