Skip to main content

DiagramTheme.FontSettings Property

Gets the font settings for shapes and connectors.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public DiagramFontSettings FontSettings { get; }

Property Value

Type Description
DevExpress.Diagram.Core.DiagramFontSettings

A DevExpress.Diagram.Core.DiagramFontSettings object that stores font settings.

See Also