ESRI.ArcGIS.ADF.Web
Angle Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > TextMarkerSymbol Class : Angle Property


Gets or sets the angle of rotation in degrees moving counterclockwise; 0 degrees is horizontal.

Syntax

Visual Basic (Declaration)  
Public Property Angle As Double
Visual Basic (Usage) Copy Code
Dim instance As TextMarkerSymbol
Dim value As Double
 
instance.Angle = value
 
value = instance.Angle
C#  
public double Angle {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also