dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PrintLayoutOptions Class

Options for configuring print layouts

public record PrintLayoutOptions : System.IEquatable<dymaptic.GeoBlazor.Core.Model.PrintLayoutOptions>

Inheritance System.Object 🡒 PrintLayoutOptions

Implements System.IEquatable<PrintLayoutOptions>

Constructors

PrintLayoutOptions() Constructor

public PrintLayoutOptions();

Properties

PrintLayoutOptions.Legend Property

Indicates whether to include a legend in the printed output

public bool Legend { get; init; }

Property Value

System.Boolean