FontDialog.AllowSimulations Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob GDI-Schriftartsimulationen (Graphics Device Interface) für das Dialogfeld zugelassen sind, oder legt diesen fest.

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

Eigenschaftswert

true, wenn Schriftartsimulationen zulässig sind, andernfalls false. Der Standardwert ist true.

Gilt für:

Weitere Informationen