Interface ITextMetrics
Interface ITextMetrics
Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML.dll (25.1.0)
Đại diện cho kích thước của một đoạn văn bản trong canvas.
[ComVisible(true)]
[DOMObject]
[DOMName("TextMetrics")]
public interface ITextMetrics
Thuộc tính
Chiều rộng
Là một số double cho biết chiều rộng được tính toán của một đoạn văn bản inline trong pixel CSS.
[DOMName("width")]
double Width { get; }