C# Class TailBlazer.Controls.HighlightTextControl

Inheritance: System.Windows.Controls.Control
Mostrar archivo Open project: RolandPheasant/TailBlazer

Public Properties

Property Type Description
FormattedTextProperty System.Windows.DependencyProperty
HighlightBackgroundBrushProperty System.Windows.DependencyProperty
HighlightEnabledProperty System.Windows.DependencyProperty
HighlightForegroundBrushProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Method Description
HighlightTextControl ( ) : System.Collections.Generic
UpdateControlCallBack ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
return void

Property Details

FormattedTextProperty public_oe static_oe property

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

HighlightBackgroundBrushProperty public_oe static_oe property

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

HighlightEnabledProperty public_oe static_oe property

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

HighlightForegroundBrushProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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