Legend.TextWrapThreshold 屬性

定義

取得或設定在文字換行之前可循序顯示在圖例中的字元數目。

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

適用於