Table of Contents

Class GridLineAdorner

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

Constructors

GridLineAdorner(UIElement)

public GridLineAdorner(UIElement adornedElement)

Parameters

adornedElement UIElement

Properties

Fill

public Brush Fill { get; set; }

Property Value

Brush

Pen

public Pen Pen { get; set; }

Property Value

Pen

ScaleLen

public double ScaleLen { get; set; }

Property Value

double

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