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

DiagramItemStyle.FontSettings Property

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

Namespace: DevExpress.Diagram.Core.Themes

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

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