Skip to content

Latest commit

 

History

History
79 lines (42 loc) · 1.28 KB

ArcProps.md

File metadata and controls

79 lines (42 loc) · 1.28 KB

solid-knobs / ArcProps

Interface: ArcProps

Hierarchy

  • PathSVGAttributes<SVGPathElement>

    ArcProps

Table of contents

Properties

Properties

x

x: number

The X coordinate of the arc's center.

Defined in

Arc.tsx:40


y

y: number

The Y coordinate of the arc's center.

Defined in

Arc.tsx:45


radius

radius: number

The radius of the arc.

Defined in

Arc.tsx:50


startAngle

startAngle: number

The start angle of the arc in degrees.

Defined in

Arc.tsx:55


endAngle

endAngle: number

The end angle of the arc in degrees.

Defined in

Arc.tsx:60