FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / ShapeBase Class / CreateShape Method

In This Topic
    CreateShape Method
    In This Topic
    Creates ShapeBase-derived object appropriate specified ShapeType.
    Syntax
    'Declaration
     
    Public Shared Function CreateShape( _
       ByVal shapeType As ShapeType _
    ) As ShapeBase
    public static ShapeBase CreateShape( 
       ShapeType shapeType
    )

    Parameters

    shapeType
    See Also