C# Class WpfWatermarkTextBox.Behaviors.TextBlockAdorner

Inheritance: System.Windows.Documents.Adorner
Datei anzeigen Open project: pwlodek/CodeGallery Class Usage Examples

Public Methods

Method Description
TextBlockAdorner ( UIElement adornedElement, string label, System.Windows.Style labelStyle ) : System.Windows

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

GetVisualChild() protected method

protected GetVisualChild ( int index ) : Visual
index int
return Visual

MeasureOverride() protected method

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
return System.Windows.Size

TextBlockAdorner() public method

public TextBlockAdorner ( UIElement adornedElement, string label, System.Windows.Style labelStyle ) : System.Windows
adornedElement UIElement
label string
labelStyle System.Windows.Style
return System.Windows