Interface IAllowFontSettings
Assembly: GPAL.dll
public interface IAllowFontSettings
Methods
Declaration
IAllowControlSettingsAndFontSettings WithAutoSize(bool autoSize)
Parameters
| Type |
Name |
Description |
| System.Boolean |
autoSize |
|
Returns
Declaration
IAllowControlSettingsAndFontSettings WithFont(Font font)
Parameters
| Type |
Name |
Description |
| System.Drawing.Font |
font |
|
Returns
WithTextAlignment(ContentAlignment)
Declaration
IAllowControlSettingsAndFontSettings WithTextAlignment(ContentAlignment contentAlignment)
Parameters
| Type |
Name |
Description |
| System.Drawing.ContentAlignment |
contentAlignment |
|
Returns