GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

CustomTemplateLayoutTemplateInfo Class

Defines the layout template info for the layout item. ArcGIS Maps SDK for JavaScript

public record CustomTemplateLayoutTemplateInfo : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.CustomTemplateLayoutTemplateInfo>

Inheritance System.Object 🡒 CustomTemplateLayoutTemplateInfo

Implements System.IEquatable<CustomTemplateLayoutTemplateInfo>

Constructors

CustomTemplateLayoutTemplateInfo(CustomTemplateLayoutTemplateInfoLayoutOptions, IReadOnlyCollection, string) Constructor

Defines the layout template info for the layout item. ArcGIS Maps SDK for JavaScript

public CustomTemplateLayoutTemplateInfo(dymaptic.GeoBlazor.Pro.Options.CustomTemplateLayoutTemplateInfoLayoutOptions? LayoutOptions=null, System.Collections.Generic.IReadOnlyCollection<int>? PageSize=null, string? PageUnits=null);

Parameters

LayoutOptions CustomTemplateLayoutTemplateInfoLayoutOptions

PageSize System.Collections.Generic.IReadOnlyCollection<System.Int32>

PageUnits System.String

Properties

CustomTemplateLayoutTemplateInfo.LayoutOptions Property

public dymaptic.GeoBlazor.Pro.Options.CustomTemplateLayoutTemplateInfoLayoutOptions? LayoutOptions { get; init; }

Property Value

CustomTemplateLayoutTemplateInfoLayoutOptions

CustomTemplateLayoutTemplateInfo.PageSize Property

public System.Collections.Generic.IReadOnlyCollection<int>? PageSize { get; init; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Int32>

CustomTemplateLayoutTemplateInfo.PageUnits Property

public string? PageUnits { get; init; }

Property Value

System.String