corelibraries-devexpress-dot-diagram-dot-core-dot-shapes-52cd7e1b.md
Represents the start point of the geometry and provides customization options.
Namespace : DevExpress.Diagram.Core.Shapes
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public sealed class Start :
Segment
Public NotInheritable Class Start
Inherits Segment
To learn more, see:
The following code snippets (auto-collected from DevExpress Examples) contain references to the Start class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
Style="ShapeId.Moderate5">
<Start X="0" Y="0" />
<Line X="1" Y="0" />
<ShapeTemplate x:Key="{local:ShapeKey Shape1}" DefaultSize="50, 100" >
<Start X="0" Y="0"/>
<Line X="1" Y="0" />
<ShapeTemplate x:Key="{ShapeKey Shape1}" DefaultSize="50, 100" >
<Start X="0" Y="0"/>
<Line X="1" Y="0" />
wpf-diagram-register-factoryitemtools-for-shapes/CS/WpfApp13/CustomShapes.xaml#L6
<ShapeTemplate x:Key="{ShapeKey Shape1}" DefaultSize="50, 100" >
<Start X="0" Y="0"/>
<Line X="1" Y="0" />
wpf-diagram-use-custom-functions-in-shape-templates/CS/WpfApp13/CustomShapes.xaml#L7
<ShapeTemplate x:Key="{ShapeKey Sector}" DefaultSize="120, 120">
<Start X="0.5" Y="0" />
<Line X="0.5" Y="0.5"/>
Object DevExpress.Diagram.Core.Shapes.Segment Start
See Also