FontDialog.FixedPitchOnly Property

Definition

Gets or sets a value indicating whether the dialog box allows only the selection of fixed-pitch fonts.

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

Property Value

true if only fixed-pitch fonts can be selected; otherwise, false. The default value is false.

Applies to

See also