C# Class Microsoft.Windows.Controls.Primitives.InputBase

Inheritance: System.Windows.Controls.Control
显示文件 Open project: Invenietis/ck-certified Class Usage Examples

Public Properties

Property Type Description
CultureInfoProperty System.Windows.DependencyProperty
IsEditableProperty System.Windows.DependencyProperty
TextAlignmentProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
WatermarkProperty System.Windows.DependencyProperty
WatermarkTemplateProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnTextChanged ( string oldValue, string newValue ) : void

Private Methods

Method Description
OnTextChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnTextChanged() protected method

protected OnTextChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
return void

Property Details

CultureInfoProperty public_oe static_oe property

public static DependencyProperty,System.Windows CultureInfoProperty
return System.Windows.DependencyProperty

IsEditableProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsEditableProperty
return System.Windows.DependencyProperty

TextAlignmentProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextAlignmentProperty
return System.Windows.DependencyProperty

TextProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty

WatermarkProperty public_oe static_oe property

public static DependencyProperty,System.Windows WatermarkProperty
return System.Windows.DependencyProperty

WatermarkTemplateProperty public_oe static_oe property

public static DependencyProperty,System.Windows WatermarkTemplateProperty
return System.Windows.DependencyProperty