C# 클래스 ModernWPF.Controls.AppButton

A button with circle around the content and optional text.
상속: System.Windows.Controls.Primitives.ToggleButton
파일 보기 프로젝트 열기: soukoku/ModernWPF

공개 프로퍼티들

프로퍼티 타입 설명
ButtonSizeProperty System.Windows.DependencyProperty
CollapseOnDisableProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TextSizeProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
OnContextMenuOpening ( System.Windows.Controls.ContextMenuEventArgs e ) : void

Invoked whenever an unhandled E:System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event.

비공개 메소드들

메소드 설명
AppButton ( ) : System

메소드 상세

OnContextMenuOpening() 보호된 메소드

Invoked whenever an unhandled E:System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
protected OnContextMenuOpening ( System.Windows.Controls.ContextMenuEventArgs e ) : void
e System.Windows.Controls.ContextMenuEventArgs The that contains the event data.
리턴 void

프로퍼티 상세

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

Dependency property for ButtonSize.
public static DependencyProperty,System.Windows ButtonSizeProperty
리턴 System.Windows.DependencyProperty

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

Dependency property for CollapseOnDisable.
public static DependencyProperty,System.Windows CollapseOnDisableProperty
리턴 System.Windows.DependencyProperty

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

Dependency property for Orientation.
public static DependencyProperty,System.Windows OrientationProperty
리턴 System.Windows.DependencyProperty

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

Dependency property for Text.
public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty

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

Dependency property for TextSize.
public static DependencyProperty,System.Windows TextSizeProperty
리턴 System.Windows.DependencyProperty