共用方式為


VML FitPath 屬性

本主題描述 VML,這是從 Windows Internet Explorer 9 淘汰的功能。 依賴 VML 的網頁和應用程式應移轉至 SVG 或其他廣泛支援的標準。

注意

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

 

定義文字是否符合圖形的路徑。 讀取/寫入 VgTriState

適用於

TextPath

標記語法

<v: element fitpath=「 expression 」>

指令碼語法

element .fitpath=「expression

表達=element.fitpath

備註

如果 為 True,請調整文字的大小以填滿它所在的路徑。 預設值為 False

VML 標準屬性

範例

文字會符合路徑。

   <v:line from="50 100" to="400 100">
   <v:fill on="True" color="red"/>
   <v:path textpathok="True"/>
   <v:textpath on="True" string="VML Text" fitpath="True"
   style="font:normal normal normal 36pt Arial"/>
   </v:line>