ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / CompatibleDeviceContext Class / CircumDirection Property

In This Topic
    CircumDirection Property (CompatibleDeviceContext)
    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 DeviceContext.CircumDirection indicates the circum-direction.
    Remarks
    The default direction is CircumDirection.Counterclockwise. The CircumDirection function specifies the direction in which the following functions draw: DeviceContext.DrawArc, DeviceContext.DrawArc DeviceContext.PaintChord DeviceContext.PaintEllipse DeviceContext.PaintPie DeviceContext.PaintRectangle DeviceContext.PaintRoundRectangle
    See Also