C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RoundRectangleProps Class
Properties Methods


RoundRectangleProps Class Members

The following tables list the members exposed by RoundRectangleProps.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the RoundRectangleProps class. The location and size of the rectangle are set to those of the containing RenderRoundRectangle object. The dimensions of the ellipse used to draw the rounded corners are set to 5% of the corresponding rectangle's dimensions.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the height of the ellipse used to draw the rounded corners of the rectangle. The default value of this property is calculated as 5% of the height of the rectangle.  
Public PropertyGets or sets the width of the ellipse used to draw the rounded corners of the rectangle. The default value of this property is calculated as 5% of the width of the rectangle.  
Public PropertyGets or sets the height of the current rectangle. (Inherited from C1.C1Preview.RectangleProps)
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
Protected Methods
 NameDescription
Protected MethodIndicates whether the EllipseHeight property should be serialized.  
Protected MethodIndicates whether the EllipseWidth property should be serialized.  
Top
See Also