Class PlaceholderAdorner
Inheritance
PlaceholderAdorner
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Behaviours
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class PlaceholderAdorner : Adorner, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Constructors
PlaceholderAdorner(FrameworkElement, string)
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 |