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.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
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