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 屬性設定為零,以停用功能。