Back to Devexpress

MapControl.LookAndFeel Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-9d8949f0.md

latest1.4 KB
Original Source

MapControl.LookAndFeel Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
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

UserLookAndFeel

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace