GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

CustomTemplateLayoutOptions Class

Defines the layout elements.
ArcGIS Maps SDK for JavaScript

public class CustomTemplateLayoutOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.CustomTemplateLayoutOptions>

Inheritance System.Object 🡒 CustomTemplateLayoutOptions

Implements System.IEquatable<CustomTemplateLayoutOptions>

Constructors

CustomTemplateLayoutOptions(Nullable, Nullable) Constructor

Defines the layout elements.
ArcGIS Maps SDK for JavaScript

public CustomTemplateLayoutOptions(System.Nullable<bool> Legend=null, System.Nullable<bool> NorthArrow=null);

Parameters

Legend System.Nullable<System.Boolean>

Indicates whether the legend will be included in the print-out.
ArcGIS Maps SDK for JavaScript

NorthArrow System.Nullable<System.Boolean>

Indicates whether the north arrow will be included in the print-out.
ArcGIS Maps SDK for JavaScript

Properties

CustomTemplateLayoutOptions.Legend Property

Indicates whether the legend will be included in the print-out.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Legend { get; set; }

Property Value

System.Nullable<System.Boolean>

CustomTemplateLayoutOptions.NorthArrow Property

Indicates whether the north arrow will be included in the print-out.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> NorthArrow { get; set; }

Property Value

System.Nullable<System.Boolean>