Show / Hide Table of Contents

Interface IAllowFontSettings

Namespace: GenerallyPositive.GPALForm
Assembly: GPAL.dll
Syntax
public interface IAllowFontSettings

Methods

WithAutoSize(Boolean)

Declaration
IAllowControlSettingsAndFontSettings WithAutoSize(bool autoSize)
Parameters
Type Name Description
System.Boolean autoSize
Returns
Type Description
IAllowControlSettingsAndFontSettings

WithFont(Font)

Declaration
IAllowControlSettingsAndFontSettings WithFont(Font font)
Parameters
Type Name Description
System.Drawing.Font font
Returns
Type Description
IAllowControlSettingsAndFontSettings

WithTextAlignment(ContentAlignment)

Declaration
IAllowControlSettingsAndFontSettings WithTextAlignment(ContentAlignment contentAlignment)
Parameters
Type Name Description
System.Drawing.ContentAlignment contentAlignment
Returns
Type Description
IAllowControlSettingsAndFontSettings
In This Article
Back to top Generated by DocFX