Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion blazor/diagram/connectors/segments/straight.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: Checkout and learn here all about Straight Segments in Syncfusion B
platform: Blazor
control: Diagram Component
documentation: ug
permalink: /documentation/diagram/connectors/segments/straight/
canonical: https://blazor.syncfusion.com/documentation/diagram/connectors/segments/straight/
---

# Straight Segments in Blazor Diagram Component
Expand Down Expand Up @@ -205,5 +207,5 @@ A complete working sample can be downloaded from [GitHub](https://github.com/Syn

{% previewsample "https://blazorplayground.syncfusion.com/embed/VNhoiNtnUHWzxrCh?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Connector with Straight Segment Shape and Style in Blazor Diagram](../../images/StraightSegmentShape1.webp)" %}

>Note: This feature ensures that the shape is updated regardless of whether the [InheritSegmentThumbShape](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.ConnectorConstraints.html#Syncfusion_Blazor_Diagram_ConnectorConstraints_InheritSegmentThumbShape) enum value is added to the [Constraints](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.Connector.html#Syncfusion_Blazor_Diagram_Connector_Constraints) property of the diagram. If you apply the `InheritSegmentThumbShape` constraints, the shape will be updated at the diagram level. Without these constraints, the shape will be updated at the connector level.
>Note: This feature ensures that the shape is updated regardless of whether the `InheritSegmentThumbShape` enum value is added to the [Constraints](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.Connector.html#Syncfusion_Blazor_Diagram_Connector_Constraints) property of the diagram. If you apply the `InheritSegmentThumbShape` constraints, the shape will be updated at the diagram level. Without these constraints, the shape will be updated at the connector level.
To make the shapes visible, ensure that the [DragSegmentThumb](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Diagram.ConnectorConstraints.html#Syncfusion_Blazor_Diagram_ConnectorConstraints_DragSegmentThumb) enum is added to the connector's constraints.
2 changes: 2 additions & 0 deletions blazor/diagram/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: Checkout and learn about the documentation for getting started with
platform: Blazor
control: Diagram Component
documentation: ug
permalink: /documentation/diagram/getting-started/
canonical: https://blazor.syncfusion.com/documentation/diagram/getting-started/
---

# Getting Started with Diagram Component in the Blazor Server App.
Expand Down
2 changes: 2 additions & 0 deletions blazor/diagram/symbol-palette/symbol-palette.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: Checkout and learn here all about Symbol Palette in Syncfusion Blaz
platform: Blazor
control: Diagram Component
documentation: ug
permalink: /documentation/diagram/symbol-palette/symbol-palette/
canonical: https://blazor.syncfusion.com/documentation/diagram/symbol-palette/symbol-palette/
---

# Symbol Palette in Diagram Component
Expand Down