Options.AllowAccentedUppercase 属性

定义

如此 如果当一个法语字符改成大写字母时重音仍保留。

public:
 property bool AllowAccentedUppercase { bool get(); void set(bool value); };
public bool AllowAccentedUppercase { get; set; }
member this.AllowAccentedUppercase : bool with get, set
Public Property AllowAccentedUppercase As Boolean

属性值

注解

此属性仅影响文本被标记为标准的法语。 对于所有其他语言,重音总是保留即使 AllowAccentedUppercase 属性设置为 False

当一个重音符号被删除之后,如果把一个字符改回小写字母,则重音不会再出现。

适用于