ESRI.ArcGIS.ADF.IMS
Label Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > TextElement Class : Label Property




Gets or sets the text to be displayed.

Syntax

Visual Basic (Declaration) 
Public Property Label As String
Visual Basic (Usage)Copy Code
Dim instance As TextElement
Dim value As String
 
instance.Label = value
 
value = instance.Label
C# 
public string Label {get; set;}

Requirements

For an example of using this property, see TextElement(string, AcetateUnits) constructor.

See Also

© 2010 All Rights Reserved.