Skip to main content
All docs
V25.1
  • PolarAdjustHandle(String, String, AdjustAngle, AdjustCoordinate, AdjustAngle, AdjustCoordinate, AdjustPoint) Constructor

    Initializes a new instance of the PolarAdjustHandle class with specified settings.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public PolarAdjustHandle(
        string angleGuide,
        string radialGuide,
        AdjustAngle maxAngle,
        AdjustCoordinate maxRadial,
        AdjustAngle minAngle,
        AdjustCoordinate minRadial,
        AdjustPoint center
    )

    Parameters

    Name Type
    angleGuide String
    radialGuide String
    maxAngle AdjustAngle
    maxRadial AdjustCoordinate
    minAngle AdjustAngle
    minRadial AdjustCoordinate
    center AdjustPoint
    See Also