Method | Description | |
---|---|---|
DisconnectChild ( ) : void |
Disconnect the child element from the visual tree so that it may be reused later.
|
|
FrameworkElementAdorner ( |
Initializes a new instance of the FrameworkElementAdorner class.
|
|
FrameworkElementAdorner ( |
Initializes a new instance of the FrameworkElementAdorner class.
|
Method | Description | |
---|---|---|
ArrangeOverride ( |
Positions child elements and determines a size for the FrameworkElement derived class.
|
|
GetVisualChild ( int index ) : Visual |
Gets the visual child with the specified index.
|
|
MeasureOverride ( |
Implements the custom measuring behavior for the adorner.
|
Method | Description | |
---|---|---|
AdornedElementSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void |
Event raised when the adorned control's size has changed.
|
|
DetermineHeight ( ) : double |
Determine the height of the child.
|
|
DetermineWidth ( ) : double |
Determine the width of the child.
|
|
DetermineX ( ) : double |
Determines the X coordinate of the child.
|
|
DetermineY ( ) : double |
Determine the Y coordinate of the child.
|
protected ArrangeOverride ( |
||
finalSize | The final area within the parent that the element should use to /// arrange itself and its children. | |
return |
public FrameworkElementAdorner ( |
||
adornerChildElement | The adorner child element. | |
adornedElement | The adorned element. | |
return | System.Collections |
public FrameworkElementAdorner ( |
||
adornerChildElement | The adorner child element. | |
adornedElement | The adorned element. | |
horizontalAdornerPlacement | AdornerPlacement | Horizontal placement of the adorner. |
verticalAdornerPlacement | AdornerPlacement | Vertical placement of the adorner. |
offsetX | double | X offset of the adorner. |
offsetY | double | Y offset of the adorner. |
return | System.Collections |
protected GetVisualChild ( int index ) : Visual | ||
index | int | Index of the child. |
return | Visual |
protected MeasureOverride ( |
||
constraint | The size constraint. | |
return |