Table of Contents

Class TransformAdorner

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

Constructors

TransformAdorner(UIElement)

public TransformAdorner(UIElement adornedElement)

Parameters

adornedElement UIElement

TransformAdorner(UIElement, Style)

public TransformAdorner(UIElement adornedElement, Style thumbStyle)

Parameters

adornedElement UIElement
thumbStyle Style

Fields

ThumbStyleProperty

public static readonly DependencyProperty ThumbStyleProperty

Field Value

DependencyProperty

Properties

ThumbStyle

public Style ThumbStyle { get; set; }

Property Value

Style

VisualChildrenCount

Gets the number of visual child elements within this element.

protected override int VisualChildrenCount { get; }

Property Value

int

The number of visual child elements for this element.

Methods

GetVisualChild(int)

Overrides GetVisualChild(int), and returns a child at the specified index from a collection of child elements.

protected override Visual GetVisualChild(int index)

Parameters

index int

The zero-based index of the requested child element in the collection.

Returns

Visual

The requested child element. This should not return null; if the provided index is out of range, an exception is thrown.

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 drawingContext)

Parameters

drawingContext DrawingContext

The drawing instructions for a specific element. This context is provided to the layout system.