Back to Devexpress

SankeyTextElement.DXFont Property

corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-sankeytextelement.md

latest1.2 KB
Original Source

SankeyTextElement.DXFont Property

Gets or sets the font that is used to display text.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public DXFont DXFont { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property DXFont As DXFont

Property Value

TypeDescription
DXFont

A font that is used to display text.

|

See Also

SankeyTextElement Class

SankeyTextElement Members

DevExpress.XtraCharts.Sankey Namespace