Back to Devexpress

TextAnnotationModel.DXFont Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-textannotationmodel.md

latest1.3 KB
Original Source

TextAnnotationModel.DXFont Property

Specifies the value of the TextAnnotation.DXFont property within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
DXFont

Specifies the font used to display the annotation’s content.

|

See Also

TextAnnotationModel Class

TextAnnotationModel Members

DevExpress.XtraCharts.Designer Namespace