Gets or sets the name of the label column in the DBF database.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
Copy Code
|
|---|
public string LabelField { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelField As String |
A string specifying the name of a DBF column containing map region labels.
See Also