Class PlaceholderAdorner
Inheritance
Object
PlaceholderAdorner
Assembly: Sdl.Desktop.Platform.Controls.dll
public class PlaceholderAdorner : Adorner
Constructors
Declaration
public PlaceholderAdorner(FrameworkElement element, string text)
Parameters
| Type |
Name |
Description |
| FrameworkElement |
element |
|
| String |
text |
|
Methods
DrawText(DrawingContext, FormattedText)
Declaration
protected virtual void DrawText(DrawingContext drawingContext, FormattedText text)
Parameters
| Type |
Name |
Description |
| DrawingContext |
drawingContext |
|
| FormattedText |
text |
|
OnRender(DrawingContext)
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
| Type |
Name |
Description |
| DrawingContext |
drawingContext |
|
Extension Methods