CommentShape

Comment.CommentShape property

Ruft ein Shape-Objekt ab, das die an den angegebenen Kommentar angehängte Form darstellt.

public CommentShape CommentShape { get; }

Beispiele


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

Siehe auch