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
SyntaxC#
Copy Code
|
|---|
public string Content { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Content As String |
A string value. The default is an empty string.
See Also