ICommentPosition Property |
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)
SyntaxPointF Position { get; set; }Property Position As PointF
Get
Set
property PointF Position {
PointF get ();
void set (PointF value);
}abstract Position : PointF with get, set
Property Value
Type:
PointF
See Also