CommentShape.Comment

CommentShape.Comment property

Gets the comment object.

public Comment Comment { get; }

Examples


[C#]
Comment comment = commentShape.Comment;

See Also