Back to Devexpress

GaugeControlBase.LookAndFeel Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-e9147e52.md

latest1.8 KB
Original Source

GaugeControlBase.LookAndFeel Property

Provides access to the settings that specify the look and feel of the Gauge control.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public UserLookAndFeel LookAndFeel { get; }
vb
Public ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object whose properties specify the Gauge control’s look and feel.

|

Remarks

The settings provided by the LookAndFeel property enable you to specify how a print control is painted. For more information on look-and-feel technology, see the Appearance and Conditional Formatting topic.

See Also

Look and Feel

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace