Back to Devexpress

Start Class

corelibraries-devexpress-dot-diagram-dot-core-dot-shapes-52cd7e1b.md

latest4.0 KB
Original Source

Start Class

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

Declaration

csharp
public sealed class Start :
    Segment
vb
Public NotInheritable Class Start
    Inherits Segment

Remarks

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.

wpf-diagram-create-custom-diagram-containers/CS/DXDiagram.CreateCustomContainers/CustomContainers.xaml#L10

xml
Style="ShapeId.Moderate5">
<Start X="0" Y="0" />
<Line X="1" Y="0" />

diagramcontrol-how-to-create-custom-shapes-with-connection-points-using-xaml-markup-t381372/CS/XtraDiagram.CreateCustomShapesXaml/DiagramResources.xaml#L7

xml
<ShapeTemplate x:Key="{local:ShapeKey Shape1}" DefaultSize="50, 100" >
    <Start X="0" Y="0"/>
    <Line X="1" Y="0" />

wpf-diagramdesigner-create-custom-shapes-with-connection-points/CS/DXDiagram.CreateCustomShapes/CustomShapes.xaml#L6

xml
<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

xml
<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

xml
<ShapeTemplate x:Key="{ShapeKey Sector}" DefaultSize="120, 120">
    <Start X="0.5" Y="0" />
    <Line X="0.5" Y="0.5"/>

Inheritance

Object DevExpress.Diagram.Core.Shapes.Segment Start

See Also

Start Members

DevExpress.Diagram.Core.Shapes Namespace