Skip to main content

DiagramCustomShapeBuilder Class

Represents a custom shape.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DiagramCustomShapeBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return DiagramCustomShapeBuilder objects:

Show 81 links

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