Comment.CommentShape

Comment.CommentShape property

Get a Shape object that represents the shape attached to the specified comment.

public CommentShape CommentShape { get; }

Examples


[C#]
CommentShape shape = comment1.CommentShape;
int w = shape.Width;
int h = shape.Height;

See Also