Table of Contents

Class LineAdorner

Namespace
HeBianGu.Control.Adorner
Assembly
HeBianGu.Control.Adorner.dll
public class LineAdorner : BorderAdorner, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
LineAdorner
Implements
Inherited Members
Extension Methods

Constructors

LineAdorner(UIElement)

public LineAdorner(UIElement adornedElement)

Parameters

adornedElement UIElement

Properties

Dock

public Dock Dock { get; set; }

Property Value

Dock

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.

protected override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext