FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Field Class / ShapeType Property

In This Topic
    ShapeType Property (Field)
    In This Topic
    Gets or sets the type of geometric shape drawn by the current field.

    The default is None.

    Syntax
    'Declaration
     
    Public Property ShapeType As ShapeType
    public ShapeType ShapeType {get; set;}
    See Also