CommentShape

Comment.CommentShape property

احصل على كائن شكل يمثل الشكل المرفق بالتعليق المحدد.

public CommentShape CommentShape { get; }

أمثلة


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

أنظر أيضا