Skip to main content
All docs
V26.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.v26.1.dll

    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