'Declaration Public Shared Function GetViewForGraphicsFigure( _
ByVal figureTypeType of figure.As System.Type _
) As System.Type
public static System.Type GetViewForGraphicsFigure(
System.Type figureType
)
public: static System.Type* GetViewForGraphicsFigure(
System.Type* figureType
)
public:
static System.Type^ GetViewForGraphicsFigure(
System.Type^ figureType
)
Parameters
- figureType
- Type of figure.
Return Value
Type of figure view if view for the figure is registered; otherwise, null.