Skip to main content
All docs
V25.2
  • PathArc.StartAngle Property

    Gets the start angle of the arc.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public AdjustAngle StartAngle { get; }

    Property Value

    Type Description
    AdjustAngle

    The start angle of the arc, in degrees.

    Remarks

    An arc is as an oval’s section. The StartAngle property determines the location on the oval where the art starts.

    See Also