Search
Diagram.BarcodeNodeStyle Property
See Also
 





Gets the theme-level style for barcode nodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public BarcodeNodeStyle BarcodeNodeStyle { get; }

Visual Basic  Copy Code

Public ReadOnly Property BarcodeNodeStyle As BarcodeNodeStyle

 Property Value

A BarcodeNodeStyle instance that defines the default appearance of BarcodeNodes.

 See Also