Legend.TextWrapThreshold Propriedade

Definição

Obtém ou define o número de caracteres que podem ser exibidos sequencialmente na legenda antes de o texto ser encapsulado.Gets or sets the number of characters that can be sequentially displayed in the legend before the text is wrapped.

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

Valor da propriedade

Int32

Um valor integer que representa o número de caracteres que podem ser colocados na legenda sequencialmente antes de o texto ser encapsulado.An integer value that represents the number of characters that can be placed in the legend sequentially before the text is wrapped. O valor padrão é 25.The default value is 25.

Comentários

Quando o texto da legenda exceder o valor especificado por essa propriedade, o texto será automaticamente encapsulado quando o próximo caractere de espaço em branco for encontrado.When the legend text exceeds the value specified by this property, text will be automatically wrapped when the next white-space character is encountered. O texto não será encapsulado se não houver nenhum caractere de espaço em branco no texto.Text will not be wrapped if there are no white-space characters in the text.

Defina a TextWrapThreshold propriedade como zero para desabilitar o recurso.Set the TextWrapThreshold property to zero to disable the feature.

Aplica-se a