DiagramCustomShapeBuilder Class
In This Article
Represents a custom shape.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class DiagramCustomShapeBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Remarks
Do not instantiate this class explicitly. A new DiagramCustomShapeBuilder
class instance is created when you call the CustomShapes(Action<CollectionFactory<DiagramCustomShapeBuilder>>) method.
#Implements
#Inheritance
Object
OptionsOwnerBuilder
DiagramCustomShapeBuilder
See Also