Pen.DashOffset 属性

定义

获取或设置直线的起点到短划线图案起始处的距离。

public:
 property float DashOffset { float get(); void set(float value); };
public float DashOffset { get; set; }
member this.DashOffset : single with get, set
Public Property DashOffset As Single

属性值

直线的起点到短划线图案起始处的距离。

例外

对不可变的 DashOffset(比如由 Pen 类所返回)设置 Pens 属性。

适用于