Skip to main content

MapControl.LookAndFeel Property

Provides access to settings controlling the map control’s look and feel.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

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

Remarks

For more information on Look and Feel technology, see the Look And Feel and Skinning document.

See Also