Table of Contents

Class BorderAdorner

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

Constructors

BorderAdorner(UIElement)

public BorderAdorner(UIElement adornedElement)

Parameters

adornedElement UIElement

BorderAdorner(UIElement, SolidColorBrush, SolidColorBrush, double)

public BorderAdorner(UIElement adornedElement, SolidColorBrush fill, SolidColorBrush stroke, double strokeThickness)

Parameters

adornedElement UIElement
fill SolidColorBrush
stroke SolidColorBrush
strokeThickness double

Properties

Fill

public Brush Fill { get; set; }

Property Value

Brush

Stroke

public Brush Stroke { get; set; }

Property Value

Brush

StrokeThickness

public double StrokeThickness { 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