次の方法で共有


Options.AutoFormatAsYouTypeReplaceFractions プロパティ

定義

True を指定 すると、型指定された分数が、入力時に現在の文字セットの分数に置き換えられます。 たとえば、"1/2" は "1/2" に置き換えられます。

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

プロパティ値

適用対象