Back to Devexpress

BaseTextAppearance Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-drawing-9a3f24a2.md

latest2.2 KB
Original Source

BaseTextAppearance Class

Contains appearance settings used to paint text labels within gauges.

Namespace : DevExpress.XtraGauges.Core.Drawing

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class BaseTextAppearance :
    BaseAppearance,
    IXtraSupportShouldSerialize
vb
Public Class BaseTextAppearance
    Inherits BaseAppearance
    Implements IXtraSupportShouldSerialize

The following members return BaseTextAppearance objects:

LibraryRelated API Members
Cross-Platform Class LibraryLabel.AppearanceText
WinForms ControlsArcScaleComponent.AppearanceTickmarkText
LinearScaleComponent.AppearanceTickmarkText

Inheritance

Object BaseObject DevExpress.XtraGauges.Core.Base.BaseObjectEx DevExpress.XtraGauges.Core.Drawing.BaseAppearance BaseTextAppearance

See Also

BaseTextAppearance Members

AppearanceText

ArcScaleComponent.AppearanceTickmarkText

LinearScaleComponent.AppearanceTickmarkText

DevExpress.XtraGauges.Core.Drawing Namespace