EmailOptions.AutoFormatAsYouTypeReplaceFractions Property

Definition

Determines if typed fractions are replaced with fractions from the current character set as you type, as when "1/2" is replaced with "½."

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

Property Value

Remarks

This property returns True if typed fractions are replaced, and False if not.

Applies to