MindFusion.Mapping Programmer's Guide

MapLayer.LabelField Property

See Also
 






Gets or sets the name of the label column in the DBF database.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public string LabelField { get; set; }

Visual Basic  Copy Code

Public Property LabelField As String

 Property Value

A string specifying the name of a DBF column containing map region labels.

 See Also