C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.Gps.GpsSymbol

Inheritance: MarkerSymbol
Exibir arquivo Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Public Properties

Property Type Description
AngleProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAngle ( DependencyObject d ) : double

Gets the angle.

SetAngle ( DependencyObject d, double value ) : void

Sets the angle.

Private Methods

Method Description
GpsSymbol ( ) : System.ComponentModel
OnAngleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetAngle() public static method

Gets the angle.
public static GetAngle ( DependencyObject d ) : double
d System.Windows.DependencyObject The dependency object.
return double

SetAngle() public static method

Sets the angle.
public static SetAngle ( DependencyObject d, double value ) : void
d System.Windows.DependencyObject The dependency object.
value double The angle.
return void

Property Details

AngleProperty public_oe static_oe property

[INTERNAL USE ONLY] Identifies the Angle attached dependency property.
Silverlight 3 doesn't support binding into transforms, so we use this surrogate binding as described here: http://www.sharpgis.net/post/2009/05/04/Using-surrogate-binders-in-Silverlight.aspx
public static DependencyProperty,System.Windows AngleProperty
return System.Windows.DependencyProperty