AdjustableArrowCap.Width 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置箭头末端的宽度。
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 像素。