C# Класс Thismaker.Goro.ControlExtensions

Показать файл Открыть проект

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

Свойство Тип Описание
DesignProperty DependencyProperty
DialogResultProperty DependencyProperty
HeaderProperty DependencyProperty
IconProperty DependencyProperty
PasswordLengthProperty DependencyProperty
PlaceholderTextProperty DependencyProperty

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

Метод Описание
GetDesign ( UIElement element ) : IconDesign
GetHeader ( UIElement element ) : string
GetIcon ( UIElement element ) : Icon
GetPasswordLength ( UIElement element ) : int
GetPlaceholderText ( UIElement element ) : string
SetDesign ( UIElement element, IconDesign Design ) : void
SetDialogResult ( Window target, bool? value ) : void
SetHeader ( UIElement element, string header ) : void
SetIcon ( UIElement element, Icon icon ) : void
SetPlaceholderText ( UIElement element, string header ) : void

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

Метод Описание
DialogResultChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

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

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

public static GetDesign ( UIElement element ) : IconDesign
element UIElement
Результат IconDesign

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

public static GetHeader ( UIElement element ) : string
element UIElement
Результат string

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

public static GetIcon ( UIElement element ) : Icon
element UIElement
Результат Icon

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

public static GetPasswordLength ( UIElement element ) : int
element UIElement
Результат int

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

public static GetPlaceholderText ( UIElement element ) : string
element UIElement
Результат string

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

public static SetDesign ( UIElement element, IconDesign Design ) : void
element UIElement
Design IconDesign
Результат void

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

public static SetDialogResult ( Window target, bool? value ) : void
target Window
value bool?
Результат void

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

public static SetHeader ( UIElement element, string header ) : void
element UIElement
header string
Результат void

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

public static SetIcon ( UIElement element, Icon icon ) : void
element UIElement
icon Icon
Результат void

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

public static SetPlaceholderText ( UIElement element, string header ) : void
element UIElement
header string
Результат void

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

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

public static DependencyProperty DesignProperty
Результат DependencyProperty

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

public static DependencyProperty DialogResultProperty
Результат DependencyProperty

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

public static DependencyProperty HeaderProperty
Результат DependencyProperty

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

public static DependencyProperty IconProperty
Результат DependencyProperty

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

public static DependencyProperty PasswordLengthProperty
Результат DependencyProperty

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

public static DependencyProperty PlaceholderTextProperty
Результат DependencyProperty