[]
        
(Showing Draft Content)

C1.Win.Diagram.Node.SetStyle

SetStyle Method

SetStyle(_Style, string)

Sets the element style based on provided platform-independent style.

Declaration
protected override void SetStyle(_Style style, string name)
Protected Overrides Sub SetStyle(style As _Style, name As String)
Parameters
Type Name Description
_Style style

Platform-independent style

string name

Name of style to set.

Overrides