Interface ICanvasDrawingStyles
ICanvasDrawingStyles interface
ICanvasDrawingStyles 接口提供方法和属性来控制线条的绘制方式和文本的布局方式。
public interface ICanvasDrawingStyles
特性
姓名 | 描述 |
---|
Font { get; set; } | 字体设置。默认值 10px sans-serif |
LineCap { get; set; } | 行尾的结尾类型。可能的值:butt(默认值)、round、square. |
LineDashOffset { get; set; } | 指定在一行中开始破折号数组的位置。 |
LineJoin { get; set; } | 定义两条线相交处的拐角类型。可能的值:round、bevel、miter(默认值). |
LineWidth { get; set; } | 线条宽度。默认 1.0 |
MiterLimit { get; set; } | 斜接限制比。默认 10. |
TextAlign { get; set; } | 文本对齐设置。可能的值:开始(默认)、结束、左、右或中心。 |
TextBaseline { get; set; } | 基线对齐设置。可能的值:top、hanging、middle、alphabetic(默认)、ideographic、bottom. |
方法
也可以看看