VML EndArrowWidth 屬性

本主題描述 VML,這是在 Windows Internet Explorer 9 中已被取代的功能。 依賴 VML 的網頁和應用程式應該移轉至 SVG 或其他廣泛支援的標準。

注意

自 2011 年 12 月起,本主題已封存。 因此,它不再主動維護。 如需詳細資訊,請參閱 封存內容。 如需有關目前 Windows Internet Explorer 版本的資訊、建議和指引,請參閱 Internet Explorer 開發人員中心

 

定義線條結尾的箭頭寬度。 讀取/寫入 VgArrowheadWidth

適用於

中風

標籤語法

<v: 元素 endarrowwidth=「 運算式 」>

指令碼語法

元素 .endarrowwidth=「expression

表達=element.endarrowwidth

備註

數值包括:

  • 狹窄
  • 中 (預設)

VML 標準屬性

範例

線條會在筆劃的結尾加上寬傳統箭頭繪製。

   <v:line strokecolor="red"
   strokeweight="2pt" to="100pt,20pt" from="20pt,20pt">
   <v:stroke endarrow="classic" endarrowwidth="wide"/>
   </v:line>