C# Class X.UI.RichInput.Input

Inheritance: Windows.UI.Xaml.Controls.Control
Mostrar archivo Open project: liquidboy/X

Public Properties

Property Type Description
Content1Property Windows.UI.Xaml.DependencyProperty
Content2Property Windows.UI.Xaml.DependencyProperty
FocusColorProperty Windows.UI.Xaml.DependencyProperty
FocusForegroundColorProperty Windows.UI.Xaml.DependencyProperty
FocusHoverColorProperty Windows.UI.Xaml.DependencyProperty
GlowAmountProperty Windows.UI.Xaml.DependencyProperty
GlowColorProperty Windows.UI.Xaml.DependencyProperty
GroupNameProperty Windows.UI.Xaml.DependencyProperty
InvalidateUpdateIntervalProperty Windows.UI.Xaml.DependencyProperty
IsActiveProperty Windows.UI.Xaml.DependencyProperty
IsGlowActiveProperty Windows.UI.Xaml.DependencyProperty
LabelFontSizeProperty Windows.UI.Xaml.DependencyProperty
LabelProperty Windows.UI.Xaml.DependencyProperty
LabelTranslateYProperty Windows.UI.Xaml.DependencyProperty
LargeChange1Property Windows.UI.Xaml.DependencyProperty
Maximum1Property Windows.UI.Xaml.DependencyProperty
Minimum1Property Windows.UI.Xaml.DependencyProperty
PlaceholderTextProperty Windows.UI.Xaml.DependencyProperty
SmallChange1Property Windows.UI.Xaml.DependencyProperty
TypeProperty Windows.UI.Xaml.DependencyProperty
Value1Property Windows.UI.Xaml.DependencyProperty
Value2Property Windows.UI.Xaml.DependencyProperty
ValueProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Input ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
BuildControl ( InputType type, string label, string placeholderText, double labelFontSize, double labelTranslateY, string groupName, ContentControl ccInput ) : void
DtInvalidate_Tick ( object sender, object e ) : void
Input_Loaded ( object sender, RoutedEventArgs e ) : void
Input_Unloaded ( object sender, RoutedEventArgs e ) : void
OnPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnPropertyValueChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SetColors ( Color focusColor, Color focusHoverColor, Color focusForegroundColor, InputModel model ) : void
UnloadControl ( InputType type ) : void
UpdateControl ( InputType type, string label, string placeholderText, double labelFontSize, double labelTranslateY, string groupName, ContentControl ccInput ) : void
itProgBr_ValueChanged ( object sender, Windows e ) : void
itSl_ValueChanged ( object sender, Windows e ) : void
itcheckbox_Changed ( object sender, RoutedEventArgs e ) : void
itcombobox_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
itpassword_PasswordChanged ( object sender, RoutedEventArgs e ) : void
itradio_Changed ( object sender, RoutedEventArgs e ) : void
ittext_KeyUp ( object sender, KeyRoutedEventArgs e ) : void
ittogglebutton_changed ( object sender, RoutedEventArgs e ) : void
ittoggleswitch_Toggled ( object sender, RoutedEventArgs e ) : void
oneTimeInit ( ) : void

Method Details

Input() public method

public Input ( ) : System
return System

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Property Details

Content1Property public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Content1Property
return Windows.UI.Xaml.DependencyProperty

Content2Property public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Content2Property
return Windows.UI.Xaml.DependencyProperty

FocusColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml FocusColorProperty
return Windows.UI.Xaml.DependencyProperty

FocusForegroundColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml FocusForegroundColorProperty
return Windows.UI.Xaml.DependencyProperty

FocusHoverColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml FocusHoverColorProperty
return Windows.UI.Xaml.DependencyProperty

GlowAmountProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml GlowAmountProperty
return Windows.UI.Xaml.DependencyProperty

GlowColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml GlowColorProperty
return Windows.UI.Xaml.DependencyProperty

GroupNameProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml GroupNameProperty
return Windows.UI.Xaml.DependencyProperty

InvalidateUpdateIntervalProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml InvalidateUpdateIntervalProperty
return Windows.UI.Xaml.DependencyProperty

IsActiveProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsActiveProperty
return Windows.UI.Xaml.DependencyProperty

IsGlowActiveProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsGlowActiveProperty
return Windows.UI.Xaml.DependencyProperty

LabelFontSizeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml LabelFontSizeProperty
return Windows.UI.Xaml.DependencyProperty

LabelProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml LabelProperty
return Windows.UI.Xaml.DependencyProperty

LabelTranslateYProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml LabelTranslateYProperty
return Windows.UI.Xaml.DependencyProperty

LargeChange1Property public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml LargeChange1Property
return Windows.UI.Xaml.DependencyProperty

Maximum1Property public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Maximum1Property
return Windows.UI.Xaml.DependencyProperty

Minimum1Property public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Minimum1Property
return Windows.UI.Xaml.DependencyProperty

PlaceholderTextProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml PlaceholderTextProperty
return Windows.UI.Xaml.DependencyProperty

SmallChange1Property public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml SmallChange1Property
return Windows.UI.Xaml.DependencyProperty

TypeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TypeProperty
return Windows.UI.Xaml.DependencyProperty

Value1Property public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Value1Property
return Windows.UI.Xaml.DependencyProperty

Value2Property public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Value2Property
return Windows.UI.Xaml.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ValueProperty
return Windows.UI.Xaml.DependencyProperty