Back to Devexpress

GaugeControlBase.GraphicsProperties Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-7be0b880.md

latest1.7 KB
Original Source

GaugeControlBase.GraphicsProperties Property

Provides access to the graphic properties to customize the gauge rendering.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty]
public GraphicsProperties GraphicsProperties { get; }
vb
<XtraSerializableProperty>
Public ReadOnly Property GraphicsProperties As GraphicsProperties

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Drawing.GraphicsProperties

A GraphicProperties object that contains properties for working with a GDI graphic.

|

Remarks

The GraphicsProperties property provides access to settings that change rendering quality of both graphic and text elements for this gauge. Normally, you do not need to modify these settings manually. The figure below illustrates a piece of a circular gauge rendered in low quality without text anti-aliasing.

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace