[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ShapeField

ShapeField Class

Represents a field containing a geometric shape.

Implements
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class ShapeField : FieldBase, ICloneable

Constructors

Name Description
ShapeField()

Initializes a new instance of the ShapeField class.

Properties

Name Description
Line

Gets or sets the Line object defining the style of lines used to draw the shape.

Shape

Gets or sets an instance of the ShapeBase-derived class specifying properties of the geometric shape drawn by this field.

ShapeBackColor

Gets or sets the color used to fill internal areas of shapes.

ShapeBackground

Gets or sets the C1Brush-derived object used to fill the internal areas of the shape.

ShapeType

Gets or sets the type of geometric shape drawn by the current field, this property can be specified as None, in this case field does not draw shape at all.

Methods

Name Description
AssignFrom(ReportObject, bool)

Copies properties from another object into this object.