[]
        
(Showing Draft Content)

C1.Win.Diagram.Node.GetStyle

GetStyle Method

GetStyle(string)

Gets the platform-independent element style.

Declaration
protected override _Style GetStyle(string name)
Protected Overrides Function GetStyle(name As String) As _Style
Parameters
Type Name Description
string name

Name of style.

Returns
Type Description
_Style

The platform-independent style

Overrides