[]
        
(Showing Draft Content)

C1.Report.ShapeField.Shape

Shape Property

Shape

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

Declaration
[C1Category("Appearance")]
[C1Description("ShapeField.Shape", "The geometric properties of the shape drawn by this field.")]
public ShapeBase Shape { get; set; }
<C1Category("Appearance")>
<C1Description("ShapeField.Shape", "The geometric properties of the shape drawn by this field.")>
Public Property Shape As ShapeBase
See Also