Метод | Описание | |
---|---|---|
AdornerLabel ( UIElement adornedElement, string label, System.Windows.Style labelStyle ) : System.Windows |
Initializes a new instance of the AdornerLabel class.
|
Метод | Описание | |
---|---|---|
ArrangeOverride ( |
When overridden in a derived class, positions child elements and determines a size for a
|
|
GetVisualChild ( int index ) : Visual |
Overrides
|
|
MeasureOverride ( |
Implements any custom measuring behavior for the adorner.
|
public AdornerLabel ( UIElement adornedElement, string label, System.Windows.Style labelStyle ) : System.Windows | ||
adornedElement | UIElement | The adorned element. |
label | string | The label. |
labelStyle | System.Windows.Style | The label style. |
Результат | System.Windows |
protected ArrangeOverride ( |
||
finalSize | The final area within the parent that this element should use to arrange itself and its children. | |
Результат |
protected GetVisualChild ( int index ) : Visual | ||
index | int | The zero-based index of the requested child element in the collection. |
Результат | Visual |
protected MeasureOverride ( |
||
constraint | A size to constrain the adorner to. | |
Результат |