Gets or sets a list of custom style attributes to be applied to the control's DOM element.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public Dictionary<string, string> StyleAttributes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StyleAttributes As Dictionary(Of String, String) |
See Also