MapControl.LookAndFeel Property
In This Article
Provides access to settings controlling the map control’s look and feel.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public virtual UserLookAndFeel LookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#Remarks
For more information on Look and Feel technology, see the Look And Feel and Skinning document.
See Also