DiagramFontEffects(Boolean, Boolean, Boolean, Boolean) Constructor
Initializes a new instance of the DiagramFontEffects class with specified settings.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
public DiagramFontEffects(
bool isFontBold,
bool isFontItalic,
bool isFontUnderline,
bool isFontStrikethrough
)
Parameters
Name | Type |
---|---|
isFontBold | Boolean |
isFontItalic | Boolean |
isFontUnderline | Boolean |
isFontStrikethrough | Boolean |
See Also