Share via


AdjustableArrowCap.Width 属性

定义

获取或设置箭头末端的宽度。

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

属性值

按单位计的箭头帽的宽度。

注解

箭头帽的宽度按用于绘制被封顶线的对象宽度 Pen 来缩放。 例如,如果使用宽度为 5 像素的笔绘制封顶线,并且 AdjustableArrowCap 对象的宽度为 3,则实际箭头帽的宽度为 15 像素。

适用于