C# 클래스 Open.Core.UI.Controls.ArrowPointerButtonBase

The base class for buttons that represent a pointing arrow.
상속: ShapeButton
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 프로퍼티들

프로퍼티 타입 설명
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