Options.UseCharacterUnit プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
True の 場合、現在のドキュメントの既定の計測単位として文字が使用します。
public:
property bool UseCharacterUnit { bool get(); void set(bool value); };
public bool UseCharacterUnit { get; set; }
member this.UseCharacterUnit : bool with get, set
Public Property UseCharacterUnit As Boolean