ESRI.ArcGIS.ADF.Web
Angle Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > TrueTypeMarkerSymbol 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 TrueTypeMarkerSymbol
Dim value As Double
 
instance.Angle = value
 
value = instance.Angle
C# 
public double Angle {get; set;}

See Also

© 2010 All Rights Reserved.