Comment.HeightCM

Comment.HeightCM property

Represents the height of the comment, in unit of centimeters.

public double HeightCM { get; set; }

Examples


[C#]
comment1.HeightCM = 1.0;

See Also