C# Класс Dev2.Activities.Designers2.Core.ActivityDesignerToggle

Наследование: System.Windows.DependencyObject
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
AutomationIDProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
IsCheckedProperty System.Windows.DependencyProperty
ToolTipProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
ActivityDesignerToggle System
CreateImage Image
OnIsCheckedPropertyChanged void

Открытые методы

Метод Описание
Create ( string collapseImageSourceUri, string collapseToolTip, string expandImageSourceUri, string expandToolTip, string automationID, DependencyObject target, DependencyProperty dp, bool autoReset = false ) : ActivityDesignerToggle
Create ( string collapseImageSourceUri, string collapseToolTip, string expandImageSourceUri, string expandToolTip, string automationID, bool autoReset = false ) : ActivityDesignerToggle

Приватные методы

Метод Описание
ActivityDesignerToggle ( ) : System
CreateImage ( string sourceUri ) : Image
OnIsCheckedPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Описание методов

Create() публичный статический Метод

public static Create ( string collapseImageSourceUri, string collapseToolTip, string expandImageSourceUri, string expandToolTip, string automationID, DependencyObject target, DependencyProperty dp, bool autoReset = false ) : ActivityDesignerToggle
collapseImageSourceUri string
collapseToolTip string
expandImageSourceUri string
expandToolTip string
automationID string
target System.Windows.DependencyObject
dp System.Windows.DependencyProperty
autoReset bool
Результат ActivityDesignerToggle

Create() публичный статический Метод

public static Create ( string collapseImageSourceUri, string collapseToolTip, string expandImageSourceUri, string expandToolTip, string automationID, bool autoReset = false ) : ActivityDesignerToggle
collapseImageSourceUri string
collapseToolTip string
expandImageSourceUri string
expandToolTip string
automationID string
autoReset bool
Результат ActivityDesignerToggle

Описание свойств

AutomationIDProperty публичное статическое свойство

public static DependencyProperty,System.Windows AutomationIDProperty
Результат System.Windows.DependencyProperty

ImageProperty публичное статическое свойство

public static DependencyProperty,System.Windows ImageProperty
Результат System.Windows.DependencyProperty

IsCheckedProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsCheckedProperty
Результат System.Windows.DependencyProperty

ToolTipProperty публичное статическое свойство

public static DependencyProperty,System.Windows ToolTipProperty
Результат System.Windows.DependencyProperty