Version

Search Results

Corners Constructor(Pen,Single)

Initializes a new instance of the Corners class. Syntax Parameters pen A Infragistics.Documents.Reports.Graphics.Pen objects that represents the default style for all corners.radius A float value that defines the radius for all corners. Remarks Specifying a single pen will cause all corners to use the same instanc...

Corners Constructor

Overload List

Corner Class Members

Public Constructors Public Properties Public Methods

Corner Class Methods

Public Methods

Corner Class Properties

Public Properties

Pen Property (Corner)

Gets or sets the reference to a Infragistics.Documents.Reports.Graphics.Pen object that defines the style of the corner. Syntax

Radius Property (Corner)

Gets or sets the radius of the corner. Syntax

Seal Method (Corner)

Makes the instance immutable. Any attempts to modify properties or members will result in an exception. Syntax

Corner Constructor()

Initializes a new instance of the Corner class. Syntax

Corner Constructor(Pen,Single)

Initializes a new instance of the Corner class. Syntax Parameters pen A reference to a Infragistics.Documents.Reports.Graphics.Pen object that defines the style of the corner.radius A radius of the corner.