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

MapControl.LookAndFeel Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

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