Skip to main content

DiagramItemStyle.FontSettings Property

Returns the font settings applied to the text displayed within the diagram item.

Namespace: DevExpress.Diagram.Core.Themes

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 specifies the font settings.

See Also