C# Класс ModernWPF.Controls.AppButton

A button with circle around the content and optional text.
Наследование: System.Windows.Controls.Primitives.ToggleButton
Показать файл Открыть проект

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

Свойство Тип Описание
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