C# Class WpfWatermarkTextBox.Behaviors.TextBlockAdorner

Inheritance: System.Windows.Documents.Adorner
Afficher le fichier Open project: pwlodek/CodeGallery Class Usage Examples

Méthodes publiques

Méthode Description
TextBlockAdorner ( UIElement adornedElement, string label, System.Windows.Style labelStyle ) : System.Windows

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

GetVisualChild() protected méthode

protected GetVisualChild ( int index ) : Visual
index int
Résultat Visual

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size

TextBlockAdorner() public méthode

public TextBlockAdorner ( UIElement adornedElement, string label, System.Windows.Style labelStyle ) : System.Windows
adornedElement UIElement
label string
labelStyle System.Windows.Style
Résultat System.Windows