Skip to main content
A newer version of this page is available. .

ShapeDescription.CreateTemplateShape(String, Func<String>, Func<ShapeTemplate>) Method

This method supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

[Browsable(false)]
public static ShapeDescription CreateTemplateShape(
    string shapeId,
    Func<string> getName,
    Func<ShapeTemplate> getTemplateCore
)

Parameters

Name Type
shapeId String
getName Func<String>
getTemplateCore Func<DevExpress.Diagram.Core.Shapes.ShapeTemplate>

Returns

Type
ShapeDescription
See Also