PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / ArcProps Class
Properties Methods


In This Topic
    ArcProps Class Members
    In This Topic

    The following tables list the members exposed by ArcProps.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ArcProps class. ArcProps.Closed is set to false.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the current arc should be closed (i.e. the start and end points of the arc should be connected by a straight line) or not.  
    Public PropertyGets or sets the height of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
    Public PropertyGets or sets the angle, measured in degrees, clockwise from the X axis to the first side of the sector defining the current shape. (Inherited from C1.C1Preview.EllipsePartProps)
    Public PropertyGets or sets the angle, measured in degrees, clockwise from EllipsePartProps.StartAngle to the second side of the sector defining the current shape. (Inherited from C1.C1Preview.EllipsePartProps)
    Public PropertyGets or sets the width of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
    Public PropertyGets or sets the X coordinate of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
    Public PropertyGets or sets the Y coordinate of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another ShapeProps to the current object.  
    Top
    See Also