Search
Ruler.StyleAttributes Property
See Also
 





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

 Syntax

C#  Copy Code

public Dictionary<string, string> StyleAttributes { get; set; }

Visual Basic  Copy Code

Public Property StyleAttributes As Dictionary(Of String, String)

 Property Value

 See Also