Gets or sets the CSS class associated with this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string CssClass { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CssClass As String |
A string containing the CSS class.
RemarksAt this time CssClass is considered only by ASP.NET MVC version of the library.
See Also