C# Класс Open.Core.UI.Controls.ArrowPointerButtonBase

The base class for buttons that represent a pointing arrow.
Наследование: ShapeButton
Показать файл Открыть проект

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

Свойство Тип Описание
PointerDirectionProperty System.Windows.DependencyProperty

Защищенные методы

Метод Описание
ArrowPointerButtonBase ( ) : System.Windows

Constructor.

UpdateShape ( ArrowDirection pointerDirection ) : void

Updates the 'ShapePathData' based on the current 'PointerDirection'.

Приватные методы

Метод Описание
UpdateShape ( ) : void

Описание методов

ArrowPointerButtonBase() защищенный Метод

Constructor.
protected ArrowPointerButtonBase ( ) : System.Windows
Результат System.Windows

UpdateShape() защищенный абстрактный Метод

Updates the 'ShapePathData' based on the current 'PointerDirection'.
protected abstract UpdateShape ( ArrowDirection pointerDirection ) : void
pointerDirection ArrowDirection The direction of the pointer.
Результат void

Описание свойств

PointerDirectionProperty публичное статическое свойство

Gets or sets the direction the triangle point is facing.
public static DependencyProperty,System.Windows PointerDirectionProperty
Результат System.Windows.DependencyProperty