Table of Contents

Class Sector

Namespace
HeBianGu.Control.Shape
Assembly
HeBianGu.Control.Shape.dll

扇形

public class Sector : Shape, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
Sector
Implements
Inherited Members
Extension Methods

Fields

EndProperty

public static readonly DependencyProperty EndProperty

Field Value

DependencyProperty

LenProperty

public static readonly DependencyProperty LenProperty

Field Value

DependencyProperty

OffSetProperty

public static readonly DependencyProperty OffSetProperty

Field Value

DependencyProperty

StartProperty

public static readonly DependencyProperty StartProperty

Field Value

DependencyProperty

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.

End

public double End { get; set; }

Property Value

double

Len

public double Len { get; set; }

Property Value

double

OffSet

public double OffSet { get; set; }

Property Value

double

Start

public double Start { get; set; }

Property Value

double

Methods

CreateGeometry()

protected Geometry CreateGeometry()

Returns

Geometry