FontDialog.AllowSimulations Property

Definition

Gets or sets a value indicating whether the dialog box allows graphics device interface (GDI) font simulations.

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

Property Value

true if font simulations are allowed; otherwise, false. The default value is true.

Applies to

See also