ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / Shape Property

In This Topic
    Shape Property (Field)
    In This Topic
    Gets or sets an instance of the ShapeBase-derived class specifying properties of the geometric shape drawn by this field (if ShapeType is not None).
    Syntax
    'Declaration
     
    Public Property Shape As ShapeBase
    public ShapeBase Shape {get; set;}
    See Also