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

DiagramEffect.FontEffects Property

Provides access to the font effects.

Namespace: DevExpress.Diagram.Core.Themes

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public DiagramFontEffects FontEffects { get; }

Property Value

Type Description
DiagramFontEffects

A DevExpress.Diagram.Core.DiagramFontEffects object that provides access to the font effects.

See Also