Skip to main content
A newer version of this page is available. .

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.v18.2.Win.dll

Declaration

public UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
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