C# Класс HelixToolkit.Wpf.ColorAxis

Наследование: System.Windows.Controls.Control
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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