Skip to main content
All docs
V25.1
  • DrawingGuide.Position Property

    Gets the drawing guide’s position from the top-left corner of the slide, in points.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public float Position { get; }

    Property Value

    Type Description
    Single

    The drawing guide position, in points.

    Remarks

    Create a DrawingGuide instance with its constructor to specify this property value.

    See Also