DiagramCustomShapeBuilder Class
Represents a custom shape.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class DiagramCustomShapeBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return DiagramCustomShapeBuilder objects:
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