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

Base class for buttons that are simple visuals.
상속: System.Windows.Controls.Button
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundTemplateProperty System.Windows.DependencyProperty
DisabledOpacityProperty System.Windows.DependencyProperty
DownOffsetProperty System.Windows.DependencyProperty
OverOffsetProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnVisualStateChanged ( ) : void
VisualButton ( ) : System

Constructor.

비공개 메소드들

메소드 설명
OnMouseDown ( ) : void
OnMouseEnter ( ) : void
OnMouseLeave ( ) : void
OnMouseUp ( ) : void
UpdateOffset ( ) : void
UpdateOpacity ( ) : void
UpdateVisualState ( ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnVisualStateChanged() 보호된 메소드

protected OnVisualStateChanged ( ) : void
리턴 void

VisualButton() 보호된 메소드

Constructor.
protected VisualButton ( ) : System
리턴 System

프로퍼티 상세

BackgroundTemplateProperty 공개적으로 정적으로 프로퍼티

Gets or sets the template used to render the button background.
public static DependencyProperty,System.Windows BackgroundTemplateProperty
리턴 System.Windows.DependencyProperty

DisabledOpacityProperty 공개적으로 정적으로 프로퍼티

Gets or sets the opacity of the button when in a disabled state.
public static DependencyProperty,System.Windows DisabledOpacityProperty
리턴 System.Windows.DependencyProperty

DownOffsetProperty 공개적으로 정적으로 프로퍼티

Gets or sets the pixel offset to adjust the button by when the mouse is depressed.
public static DependencyProperty,System.Windows DownOffsetProperty
리턴 System.Windows.DependencyProperty

OverOffsetProperty 공개적으로 정적으로 프로퍼티

Gets or sets the pixel offset to adjust the button by when the mouse is over it.
public static DependencyProperty,System.Windows OverOffsetProperty
리턴 System.Windows.DependencyProperty