Class VipAdorner
public class VipAdorner : Adorner, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
VipAdorner
- Implements
- Inherited Members
- Extension Methods
Constructors
VipAdorner(UIElement)
public VipAdorner(UIElement adornedElement)
Parameters
adornedElement
UIElement
Properties
FontSize
public int FontSize { get; set; }
Property Value
Foreground
public Brush Foreground { get; set; }
Property Value
FormattedText
[Obsolete]
public FormattedText FormattedText { get; }
Property Value
Level
public int Level { get; set; }
Property Value
Methods
OnRender(DrawingContext)
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
[Obsolete]
protected override void OnRender(DrawingContext dc)