MindFusion.Wpf Pack Programmer's Guide
BarcodeLabel.Content Property
See Also
 





Gets or sets the text or numeric code that should be represented as barcode symbol. This is a dependency property.

Namespace: MindFusion.Barcodes.Wpf
Assembly: MindFusion.Barcodes.Wpf

 Syntax

C#  Copy Code

public string Content { get; set; }

Visual Basic  Copy Code

Public Property Content As String

 Property Value

A string value. The default is an empty string.

 See Also

BarcodeLabel Members
BarcodeLabel Class
MindFusion.Barcodes.Wpf Namespace