IDrawingGuide

IDrawingGuide interface

Represents an adjustable drawing guide.

public interface IDrawingGuide

Properties

NameDescription
Orientation { get; set; }Returns or sets orientation of the drawing guide. Read/write Orientation.
Position { get; set; }Returns or sets position of the drawing guide in points from the top, left corner of the slide. Read/write Single.

See Also