Back to Devexpress

DiagramOptionsCircularLayout.StartAngle Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionscircularlayout-e92fa245.md

latest1.7 KB
Original Source

DiagramOptionsCircularLayout.StartAngle Property

Specifies the start angle in degrees in the counterclockwise direction.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(0F)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual float StartAngle { get; set; }
vb
<DefaultValue(0F)>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property StartAngle As Single

Property Value

TypeDefaultDescription
Single0

A System.Single value that is the start angle in degrees in the counterclockwise direction.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to StartAngle
DiagramControl

.OptionsCircularLayout .StartAngle

|

See Also

DiagramOptionsCircularLayout Class

DiagramOptionsCircularLayout Members

DevExpress.XtraDiagram.Options Namespace