PaneTitleModel.TextColor Property
Gets or sets the TitleBase.TextColor property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions(-1, "General", 3)]
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.General)]
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A Color object which specifies the color of a title’s text. |
See Also