Legend.TextWrapThreshold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在文字換行前可依序顯示的字元數。
public:
property int TextWrapThreshold { int get(); void set(int value); };
public int TextWrapThreshold { get; set; }
member this.TextWrapThreshold : int with get, set
Public Property TextWrapThreshold As Integer
屬性值
一個 integer 代表在文字被換行前,能依序放入圖例中的字元數的值。 預設值是 25。
備註
當圖例文字超過此屬性指定的值時,遇到下一個空白字元時,文字會自動換行。 如果文字中沒有空白字元,則不會被換行。
將屬性 TextWrapThreshold 設為零以停用該功能。