C# Class Xwt.WPFBackend.PlaceholderTextAdorner

Inheritance: System.Windows.Documents.Adorner
ファイルを表示 Open project: TheBrainTech/xwt Class Usage Examples

Public Properties

Property Type Description
ComboBoxTextChangedProperty System.Windows.DependencyProperty
PlaceholderTextProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
AdornedWidgetChanged void
ConvertAlignment TextAlignment
Initialize void
OnComboBoxTextChanged void
OnPlaceHolderTextChanged void

Public Methods

Method Description
PlaceholderTextAdorner ( System adornedElement ) : System

Protected Methods

Method Description
OnRender ( System drawingContext ) : void

Private Methods

Method Description
AdornedWidgetChanged ( object sender, RoutedEventArgs e ) : void
ConvertAlignment ( System horizontalAlignment ) : TextAlignment
Initialize ( ) : void
OnComboBoxTextChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnPlaceHolderTextChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

OnRender() protected method

protected OnRender ( System drawingContext ) : void
drawingContext System
return void

PlaceholderTextAdorner() public method

public PlaceholderTextAdorner ( System adornedElement ) : System
adornedElement System
return System

Property Details

ComboBoxTextChangedProperty public_oe static_oe property

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

PlaceholderTextProperty public_oe static_oe property

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