SweepDirection Enum

Summary

Defines the direction an which elliptical arc is drawn.
Namespace
Avalonia.Media
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["SweepDirection"] class Type type-node

Syntax

public enum SweepDirection

Fields

Name Constant Value Summary
Clockwise 1
Specifies that arcs are drawn in a clockwise (positive-angle) direction.
static
CounterClockwise 0
Specifies that arcs are drawn in a counter clockwise (negative-angle) direction.
static

Extension Methods