ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / CircumDirection Property

In This Topic
    CircumDirection Property
    In This Topic
    Gets or sets the drawing direction of the circle shapes.
    Syntax
    'Declaration
     
    
    Public Property CircumDirection As CircumDirection
    public CircumDirection CircumDirection {get; set;}

    Property Value

    A CircumDirection indicates the circum-direction.
    Remarks
    The default direction is CircumDirection.Counterclockwise. The CircumDirection function specifies the direction in which the following functions draw: DrawArc(Point,UInt32,Single,Single), C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.DrawArc(System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Point)M:C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.PaintEllipse(System.Drawing.Rectangle)M:C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.PaintRectangle(System.Drawing.Rectangle)PaintRoundRectangle
    See Also