C# 클래스 HelixToolkit.Wpf.ColorAxis

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
BarWidthProperty System.Windows.DependencyProperty
ColorSchemeProperty System.Windows.DependencyProperty
PositionProperty System.Windows.DependencyProperty
TextMarginProperty System.Windows.DependencyProperty
TickLengthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call .

보호된 메소드들

메소드 설명
AddVisuals ( ) : void

Adds the visuals.

GetTickLabels ( ) : IEnumerable

Gets the tick labels.

MeasureOverride ( Size constraint ) : Size

Measures the child elements of a T:System.Windows.Controls.Canvas in anticipation of arranging them during the M:System.Windows.Controls.Canvas.ArrangeOverride(System.Windows.Size) pass.

PropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes in properties.

UpdateVisuals ( ) : void

Updates the visuals.

비공개 메소드들

메소드 설명
ColorAxis ( ) : System.Collections.Generic

Initializes static members of the ColorAxis class.

메소드 상세

AddVisuals() 보호된 메소드

Adds the visuals.
protected AddVisuals ( ) : void
리턴 void

GetTickLabels() 보호된 추상적인 메소드

Gets the tick labels.
protected abstract GetTickLabels ( ) : IEnumerable
리턴 IEnumerable

MeasureOverride() 보호된 메소드

Measures the child elements of a T:System.Windows.Controls.Canvas in anticipation of arranging them during the M:System.Windows.Controls.Canvas.ArrangeOverride(System.Windows.Size) pass.
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size /// An upper limit that should not be exceeded. ///
리턴 System.Windows.Size

OnApplyTemplate() 공개 메소드

When overridden in a derived class, is invoked whenever application code or internal processes call .
public OnApplyTemplate ( ) : void
리턴 void

PropertyChanged() 보호된 정적인 메소드

Handles changes in properties.
protected static PropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject /// The sender. ///
e System.Windows.DependencyPropertyChangedEventArgs /// The instance containing the event data. ///
리턴 void

UpdateVisuals() 보호된 메소드

Updates the visuals.
protected UpdateVisuals ( ) : void
리턴 void

프로퍼티 상세

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

Identifies the BarWidth dependency property.
public static DependencyProperty,System.Windows BarWidthProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ColorScheme dependency property.
public static DependencyProperty,System.Windows ColorSchemeProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Position dependency property.
public static DependencyProperty,System.Windows PositionProperty
리턴 System.Windows.DependencyProperty

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

Identifies the TextMargin dependency property.
public static DependencyProperty,System.Windows TextMarginProperty
리턴 System.Windows.DependencyProperty

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

Identifies the TickLength dependency property.
public static DependencyProperty,System.Windows TickLengthProperty
리턴 System.Windows.DependencyProperty