FontDialog Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AllowScriptChange | Gets or sets a value indicating whether the user can change the character set specified in the Script combo box to display a character set other than the one currently displayed. |
![]() | AllowSimulations | Gets or sets a value indicating whether the dialog box allows graphics device interface (GDI) font simulations. |
![]() | AllowVectorFonts | Gets or sets a value indicating whether the dialog box allows vector font selections. |
![]() | AllowVerticalFonts | Gets or sets a value indicating whether the dialog box displays both vertical and horizontal fonts or only horizontal fonts. |
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event.(Inherited from Component.) |
![]() | Color | Gets or sets the selected font color. |
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | DesignMode | |
![]() | Events | |
![]() | FixedPitchOnly | Gets or sets a value indicating whether the dialog box allows only the selection of fixed-pitch fonts. |
![]() | Font | Gets or sets the selected font. |
![]() | FontMustExist | Gets or sets a value indicating whether the dialog box specifies an error condition if the user attempts to select a font or style that does not exist. |
![]() | MaxSize | Gets or sets the maximum point size a user can select. |
![]() | MinSize | Gets or sets the minimum point size a user can select. |
![]() | Options | This API supports the product infrastructure and is not intended to be used directly from your code. Gets values to initialize the FontDialog. |
![]() | ScriptsOnly | Gets or sets a value indicating whether the dialog box allows selection of fonts for all non-OEM and Symbol character sets, as well as the ANSI character set. |
![]() | ShowApply | Gets or sets a value indicating whether the dialog box contains an Apply button. |
![]() | ShowColor | Gets or sets a value indicating whether the dialog box displays the color choice. |
![]() | ShowEffects | Gets or sets a value indicating whether the dialog box contains controls that allow the user to specify strikethrough, underline, and text color options. |
![]() | ShowHelp | Gets or sets a value indicating whether the dialog box displays a Help button. |
![]() | Site | |
![]() | Tag | Gets or sets an object that contains data about the control. (Inherited from CommonDialog.) |

