C# Class Thismaker.Goro.ControlExtensions

Afficher le fichier Open project: ocluse/LiquidSnow

Méthodes publiques

Свойство Type Description
DesignProperty DependencyProperty
DialogResultProperty DependencyProperty
HeaderProperty DependencyProperty
IconProperty DependencyProperty
PasswordLengthProperty DependencyProperty
PlaceholderTextProperty DependencyProperty

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DialogResultChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetDesign() public static méthode

public static GetDesign ( UIElement element ) : IconDesign
element UIElement
Résultat IconDesign

GetHeader() public static méthode

public static GetHeader ( UIElement element ) : string
element UIElement
Résultat string

GetIcon() public static méthode

public static GetIcon ( UIElement element ) : Icon
element UIElement
Résultat Icon

GetPasswordLength() public static méthode

public static GetPasswordLength ( UIElement element ) : int
element UIElement
Résultat int

GetPlaceholderText() public static méthode

public static GetPlaceholderText ( UIElement element ) : string
element UIElement
Résultat string

SetDesign() public static méthode

public static SetDesign ( UIElement element, IconDesign Design ) : void
element UIElement
Design IconDesign
Résultat void

SetDialogResult() public static méthode

public static SetDialogResult ( Window target, bool? value ) : void
target Window
value bool?
Résultat void

SetHeader() public static méthode

public static SetHeader ( UIElement element, string header ) : void
element UIElement
header string
Résultat void

SetIcon() public static méthode

public static SetIcon ( UIElement element, Icon icon ) : void
element UIElement
icon Icon
Résultat void

SetPlaceholderText() public static méthode

public static SetPlaceholderText ( UIElement element, string header ) : void
element UIElement
header string
Résultat void

Property Details

DesignProperty public_oe static_oe property

public static DependencyProperty DesignProperty
Résultat DependencyProperty

DialogResultProperty public_oe static_oe property

public static DependencyProperty DialogResultProperty
Résultat DependencyProperty

HeaderProperty public_oe static_oe property

public static DependencyProperty HeaderProperty
Résultat DependencyProperty

IconProperty public_oe static_oe property

public static DependencyProperty IconProperty
Résultat DependencyProperty

PasswordLengthProperty public_oe static_oe property

public static DependencyProperty PasswordLengthProperty
Résultat DependencyProperty

PlaceholderTextProperty public_oe static_oe property

public static DependencyProperty PlaceholderTextProperty
Résultat DependencyProperty