Table of Contents

Class VipAdorner

Namespace
HeBianGu.Service.License
Assembly
HeBianGu.Service.License.dll
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

int

Foreground

public Brush Foreground { get; set; }

Property Value

Brush

FormattedText

[Obsolete]
public FormattedText FormattedText { get; }

Property Value

FormattedText

Level

public int Level { get; set; }

Property Value

int

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)

Parameters

dc DrawingContext