共用方式為


AdjustableArrowCap.Height 屬性

定義

取得或設定箭端的高度。

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

屬性值

箭端的高度。

備註

箭號上限的高度會依用來繪製受限制線條的物件寬度 Pen 來縮放。 例如,如果您要使用寬度為 5 像素的畫筆繪製上限線條,而 AdjustableArrowCap 物件的高度為 3,則實際箭號上限為 15 像素高。

適用於