Search
DiagramItem.CssClass Property
See Also
 





Gets or sets the CSS class associated with this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string CssClass { get; set; }

Visual Basic  Copy Code

Public Property CssClass As String

 Property Value

A string containing the CSS class.

 Remarks

At this time CssClass is considered only by ASP.NET MVC version of the library.

 See Also