VML EndArrowLength 属性

本主题介绍 VML,这是一项从 Windows Internet Explorer 9 开始弃用的功能。 依赖于 VML 的网页和应用程序应迁移到 SVG 或其他广泛支持的标准。

注意

截至 2011 年 12 月,本主题已存档。 因此,它不再主动维护。 有关详细信息,请参阅 存档内容。 有关 Windows Internet Explorer 当前版本的信息、建议和指南,请参阅 Internet Explorer 开发人员中心

 

定义线条末尾的箭头长度。 读/写。 VgArrowheadLength.

适用于

笔划

标记语法

<v: element endarrowlength=“ expression ”>

脚本语法

element .endarrowlength=“expression

表达=element.endarrowlength

备注

值包括:

  • Short
  • 中等(默认值)
  • Long

VML 标准属性

示例

在笔划末尾用一个短的经典箭头绘制线条。

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