ESRI.ArcGIS.ADF.ArcGISServer
Scale Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > TextElement Class : Scale Property




Indicates if the text scales with the map.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Scale As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TextElement
Dim value As Boolean
 
instance.Scale = value
 
value = instance.Scale
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public bool Scale {get; set;}

See Also

© 2010 All Rights Reserved.