ImageGear .NET - Updated December 24, 2018
Clockwise Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityArc Class : Clockwise Property
Gets or sets a value indicating whether a drawing direction of the elliptical arc is clockwise.
Syntax
'Declaration
 
Public Property Clockwise As Boolean
 
'Usage
 
Dim instance As ImGearVectorEntityArc
Dim value As Boolean
 
instance.Clockwise = value
 
value = instance.Clockwise

Property Value

If true then drawing direction is clockwise, otherwise it is counter clockwise.
Remarks
The default value is true.
See Also

Reference

ImGearVectorEntityArc Class
ImGearVectorEntityArc Members