Enum SegmentThumbShapes
Defines the segmentThumb shape of the connector
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SegmentThumbShapes
Remarks
- Rhombus: Sets the segmentThumb shape as Rhombus.
- Square: Sets the segmentThumb shape as Square.
- Rectangle: Sets the segmentThumb shape as Rectangle.
- Ellipse: Sets the segmentThumb shape as Ellipse.
- Arrow: Sets the segmentThumb shape as Arrow.
- Diamond: Sets the segmentThumb shape as Diamond.
- OpenArrow: Sets the segmentThumb shape as OpenArrow.
- Circle: Sets the segmentThumb shape as Circle.
- Fletch: Sets the segmentThumb shape as Fletch.
- OpenFetch: Sets the segmentThumb shape as OpenFetch.
- IndentedArrow: Sets the segmentThumb shape as IndentedArrow.
- OutdentedArrow: Sets the segmentThumb shape as OutdentedArrow.
- DoubleArrow: Sets the segmentThumb shape as DoubleArrow.
Examples
<SfDiagramComponent SegmentThumbShape="SegmentThumbShapes.Square">
</SfDiagramComponent>
Fields
| Name | Description |
|---|---|
| Arrow | Sets the segmentThumb shape as Arrow. |
| Circle | Sets the segmentThumb shape as Circle. |
| Diamond | Sets the segmentThumb shape as Diamond. |
| DoubleArrow | Sets the segmentThumb shape as DoubleArrow. |
| Ellipse | Sets the segmentThumb shape as Ellipse. |
| Fletch | Sets the segmentThumb shape as Fletch. |
| IndentedArrow | Sets the segmentThumb shape as IndentedArrow. |
| OpenArrow | Sets the segmentThumb shape as OpenArrow. |
| OpenFetch | Sets the segmentThumb shape as OpenFetch. |
| OutdentedArrow | Sets the segmentThumb shape as OutdentedArrow. |
| Rectangle | Sets the segmentThumb shape as Rectangle. |
| Rhombus | Sets the segmentThumb shape as Rhombus. |
| Square | Sets the segmentThumb shape as Square. |