CommentShape

Comment.CommentShape property

Belirtilen açıklamaya eklenen şekli temsil eden bir Shape nesnesi alın.

public CommentShape CommentShape { get; }

Örnekler


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

Ayrıca bakınız