C# 클래스 ESRI.ArcGIS.Client.Toolkit.Primitives.TickBar

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

공개 프로퍼티들

프로퍼티 타입 설명
OrientationProperty System.Windows.DependencyProperty
TickMarkPositionsProperty System.Windows.DependencyProperty
TickMarkTemplateProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
TickBar ( ) : System.Windows

Initializes a new instance of the TickBar class.

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size

Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.

MeasureOverride ( Size availableSize ) : Size

Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.

비공개 메소드들

메소드 설명
AddTickmark ( double position ) : void
OnOrientationPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTickMarkPositionsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size The final area within the parent that this /// object should use to arrange itself and its children.
리턴 System.Windows.Size

MeasureOverride() 보호된 메소드

Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.
protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size The available size that this object /// can give to child objects. Infinity can be specified as a value /// to indicate that the object will size to whatever content is available.
리턴 System.Windows.Size

TickBar() 공개 메소드

Initializes a new instance of the TickBar class.
public TickBar ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

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

Identifies the Orientation dependency property.
public static DependencyProperty,System.Windows OrientationProperty
리턴 System.Windows.DependencyProperty

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

Identifies the TickMarkPositions dependency property.
public static DependencyProperty,System.Windows TickMarkPositionsProperty
리턴 System.Windows.DependencyProperty

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

Identifies the TickMarkTemplate dependency property.
public static DependencyProperty,System.Windows TickMarkTemplateProperty
리턴 System.Windows.DependencyProperty