FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ShapeField Class / Shape Property

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