Back to Devexpress

MapPrintOptions.PrintMiniMap Property

wpf-devexpress-dot-xpf-dot-map-dot-mapprintoptions.md

latest1.3 KB
Original Source

MapPrintOptions.PrintMiniMap Property

Gets or sets a value indicating whether a mini map should be printed/exported.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool PrintMiniMap { get; set; }
vb
Public Property PrintMiniMap As Boolean

Property Value

TypeDescription
Boolean

true if a mini map should be printed/exported, otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintMiniMap
MapControl

.PrintOptions .PrintMiniMap

|

See Also

MapPrintOptions Class

MapPrintOptions Members

DevExpress.Xpf.Map Namespace