Skip to main content
A newer version of this page is available. .

DiagramFontEffects(Boolean, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the DiagramFontEffects class with specified settings.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.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