Returns or sets the position of a comment on a slide.
Read/write
PointF.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public PointF Position { get; set; }
Public Property Position As PointF
Get
Set
public:
virtual property PointF Position {
PointF get () sealed;
void set (PointF value) sealed;
}
abstract Position : PointF with get, set
override Position : PointF with get, set
Property Value
Type:
PointFImplements
ICommentPositionSee Also