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; } | 2 本の線が交わるコーナーのタイプを定義します。可能な値: ラウンド、ベベル、マイター (デフォルト). |
LineWidth { get; set; } | 線の幅。デフォルト 1.0 |
MiterLimit { get; set; } | マイター制限比率。デフォルト 10. |
TextAlign { get; set; } | テキストの配置設定。可能な値: start (デフォルト)、end、left、right、または center. |
TextBaseline { get; set; } | ベースライン配置設定。可能な値: top、hanging、middle、alphabetic (デフォルト)、ideographic、bottom. |
メソッド
関連項目