Class SegmentThumbShapes
Defines the segmentThumb shape of the connector
Inheritance
System.Object
SegmentThumbShapes
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SegmentThumbShapes : Enum
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
Arrow
Sets the segmentThumb shape as Arrow.
Declaration
public const SegmentThumbShapes Arrow
Field Value
Type |
---|
SegmentThumbShapes |
Circle
Sets the segmentThumb shape as Circle.
Declaration
public const SegmentThumbShapes Circle
Field Value
Type |
---|
SegmentThumbShapes |
Diamond
Sets the segmentThumb shape as Diamond.
Declaration
public const SegmentThumbShapes Diamond
Field Value
Type |
---|
SegmentThumbShapes |
DoubleArrow
Sets the segmentThumb shape as DoubleArrow.
Declaration
public const SegmentThumbShapes DoubleArrow
Field Value
Type |
---|
SegmentThumbShapes |
Ellipse
Sets the segmentThumb shape as Ellipse.
Declaration
public const SegmentThumbShapes Ellipse
Field Value
Type |
---|
SegmentThumbShapes |
Fletch
Sets the segmentThumb shape as Fletch.
Declaration
public const SegmentThumbShapes Fletch
Field Value
Type |
---|
SegmentThumbShapes |
IndentedArrow
Sets the segmentThumb shape as IndentedArrow.
Declaration
public const SegmentThumbShapes IndentedArrow
Field Value
Type |
---|
SegmentThumbShapes |
OpenArrow
Sets the segmentThumb shape as OpenArrow.
Declaration
public const SegmentThumbShapes OpenArrow
Field Value
Type |
---|
SegmentThumbShapes |
OpenFetch
Sets the segmentThumb shape as OpenFetch.
Declaration
public const SegmentThumbShapes OpenFetch
Field Value
Type |
---|
SegmentThumbShapes |
OutdentedArrow
Sets the segmentThumb shape as OutdentedArrow.
Declaration
public const SegmentThumbShapes OutdentedArrow
Field Value
Type |
---|
SegmentThumbShapes |
Rectangle
Sets the segmentThumb shape as Rectangle.
Declaration
public const SegmentThumbShapes Rectangle
Field Value
Type |
---|
SegmentThumbShapes |
Rhombus
Sets the segmentThumb shape as Rhombus.
Declaration
public const SegmentThumbShapes Rhombus
Field Value
Type |
---|
SegmentThumbShapes |
Square
Sets the segmentThumb shape as Square.
Declaration
public const SegmentThumbShapes Square
Field Value
Type |
---|
SegmentThumbShapes |