FontDialog.AllowSimulations プロパティ

定義

ダイアログ ボックスで、グラフィック デバイス インターフェイス (GDI: Graphics Device Interface) におけるフォント表示をシミュレーションできるかどうかを示す値を取得または設定します。

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

プロパティ値

フォント表示をシミュレーションできる場合は true。それ以外の場合は false。 既定値は true です。

適用対象

こちらもご覧ください