C# Class Open.Core.UI.Controls.ArrowPointerButtonBase

The base class for buttons that represent a pointing arrow.
Inheritance: ShapeButton
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Свойство Type Description
PointerDirectionProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
ArrowPointerButtonBase ( ) : System.Windows

Constructor.

UpdateShape ( ArrowDirection pointerDirection ) : void

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

Private Methods

Méthode Description
UpdateShape ( ) : void

Method Details

ArrowPointerButtonBase() protected méthode

Constructor.
protected ArrowPointerButtonBase ( ) : System.Windows
Résultat System.Windows

UpdateShape() protected abstract méthode

Updates the 'ShapePathData' based on the current 'PointerDirection'.
protected abstract UpdateShape ( ArrowDirection pointerDirection ) : void
pointerDirection ArrowDirection The direction of the pointer.
Résultat void

Property Details

PointerDirectionProperty public_oe static_oe property

Gets or sets the direction the triangle point is facing.
public static DependencyProperty,System.Windows PointerDirectionProperty
Résultat System.Windows.DependencyProperty