Method | Description | |
---|---|---|
BackstageAdorner ( |
Constructor
|
|
Clear ( ) : void |
Method | Description | |
---|---|---|
ArrangeOverride ( |
Positions child elements and determines a size for the control
|
|
GetVisualChild ( int index ) : Visual |
Returns a child at the specified index from a collection of child elements
|
|
MeasureOverride ( |
Measures KeyTips
|
Method | Description | |
---|---|---|
CompositionTargetRendering ( object sender, System e ) : void | ||
OnLoaded ( object sender, |
||
OnUnloaded ( object sender, |
protected ArrangeOverride ( |
||
finalSize | The final area within the parent /// that this element should use to arrange /// itself and its children | |
return |
public BackstageAdorner ( |
||
adornedElement | Adorned element | |
backstage | Backstage | |
topOffset | double | Adorner offset from top of window |
return | System |
protected GetVisualChild ( int index ) : Visual | ||
index | int | The zero-based index of the requested child element in the collection |
return | Visual |
protected MeasureOverride ( |
||
constraint | The available size that this element can give to child elements. | |
return |