Search
BarcodeNode.BarColor Property
See Also
 





Gets or sets the color of barcode modules.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color BarColor { get; set; }

Visual Basic  Copy Code

Public Property BarColor As Color

 Property Value

A System.Drawing.Color instance. The default value is Black.

 See Also