Table of Contents

Class ShapeBase

Namespace
HeBianGu.Control.Shape
Assembly
HeBianGu.Control.Shape.dll
public abstract class ShapeBase : Shape, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
ShapeBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

ShapeBase()

public ShapeBase()

Properties

DefiningGeometry

Gets a value that represents the Geometry of the Shape.

protected override Geometry DefiningGeometry { get; }

Property Value

Geometry

The Geometry of the Shape.

Methods

CreateGeometry()

protected abstract Geometry CreateGeometry()

Returns

Geometry