Search
SvgNodeBuilder.style Method
See Also
 

Sets the style associated with the item.

Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public SvgNodeBuilder style (
    DiagramItemStyle value
)

 Parameters

value

 Return Value

This DiagramItemBuilder instance.

 See Also