Property | Type | Description | |
---|---|---|---|
StyleNameForAdorned | string |
Method | Description | |
---|---|---|
WatermarkAdorner ( UIElement adornedElement, object watermark ) : System.Windows |
Initializes a new instance of the WatermarkAdorner class
|
Method | Description | |
---|---|---|
ArrangeOverride ( |
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
|
|
GetVisualChild ( int index ) : Visual |
Returns a specified child Visual for the parent ContainerVisual.
|
|
MeasureOverride ( |
Implements any custom measuring behavior for the adorner.
|
Method | Description | |
---|---|---|
StyleNameForAdorned ( UIElement adornedElement ) : string |
protected ArrangeOverride ( |
||
finalSize | The final area within the parent that this element should use to arrange itself and its children. | |
return |
protected GetVisualChild ( int index ) : Visual | ||
index | int | A 32-bit signed integer that represents the index value of the child |
return | Visual |
protected MeasureOverride ( |
||
constraint | A size to constrain the adorner to. | |
return |
public WatermarkAdorner ( UIElement adornedElement, object watermark ) : System.Windows | ||
adornedElement | UIElement | |
watermark | object | The watermark |
return | System.Windows |