ComponentOne MultiSelect 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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also