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 |
---|---|---|
Framework |
element | |
string | text |
Methods
DrawText(DrawingContext, FormattedText)
Declaration
protected virtual void DrawText(DrawingContext drawingContext, FormattedText text)
Parameters
Type | Name | Description |
---|---|---|
Drawing |
drawingContext | |
Formatted |
text |
OnRender(DrawingContext)
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
Type | Name | Description |
---|---|---|
Drawing |
drawingContext |