C# Класс ESRI.ArcGIS.Client.Toolkit.Primitives.TickBar

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

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

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