C# 클래스 ESRI.ArcGIS.Client.Toolkit.DataSources.Gps.GpsSymbol

상속: MarkerSymbol
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AngleProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetAngle ( DependencyObject d ) : double

Gets the angle.

SetAngle ( DependencyObject d, double value ) : void

Sets the angle.

비공개 메소드들

메소드 설명
GpsSymbol ( ) : System.ComponentModel
OnAngleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetAngle() 공개 정적인 메소드

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

SetAngle() 공개 정적인 메소드

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

프로퍼티 상세

AngleProperty 공개적으로 정적으로 프로퍼티

[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
리턴 System.Windows.DependencyProperty