Skip to main content
A newer version of this page is available. .

DiagramStyles Class

Contains style settings that define ASPxDiagram elements’ appearance.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DiagramStyles :
    StylesBase,
    IRibbonBarStyles

The following members return DiagramStyles objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxDiagram.Styles
ASP.NET MVC Extensions DiagramSettings.Styles

Remarks

These settings can be accessed via the Styles property.

Implements

See Also