GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
CustomTemplateLayoutTemplateInfoLayoutOptions Class
public record CustomTemplateLayoutTemplateInfoLayoutOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.CustomTemplateLayoutTemplateInfoLayoutOptions>
Inheritance System.Object 🡒 CustomTemplateLayoutTemplateInfoLayoutOptions
Implements System.IEquatable<CustomTemplateLayoutTemplateInfoLayoutOptions>
Constructors
CustomTemplateLayoutTemplateInfoLayoutOptions(IReadOnlyCollection, Nullable, Nullable, Nullable, Nullable, string) Constructor
public CustomTemplateLayoutTemplateInfoLayoutOptions(System.Collections.Generic.IReadOnlyCollection<string>? CustomTextElements=null, System.Nullable<bool> HasAuthorText=null, System.Nullable<bool> HasCopyrightText=null, System.Nullable<bool> HasLegend=null, System.Nullable<bool> HasTitleText=null, string? MapSurroundInfos=null);
Parameters
CustomTextElements
System.Collections.Generic.IReadOnlyCollection<System.String>
HasAuthorText
System.Nullable<System.Boolean>
HasCopyrightText
System.Nullable<System.Boolean>
HasLegend
System.Nullable<System.Boolean>
HasTitleText
System.Nullable<System.Boolean>
MapSurroundInfos
System.String
Properties
CustomTemplateLayoutTemplateInfoLayoutOptions.CustomTextElements Property
public System.Collections.Generic.IReadOnlyCollection<string>? CustomTextElements { get; init; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
CustomTemplateLayoutTemplateInfoLayoutOptions.HasAuthorText Property
public System.Nullable<bool> HasAuthorText { get; init; }
Property Value
System.Nullable<System.Boolean>
CustomTemplateLayoutTemplateInfoLayoutOptions.HasCopyrightText Property
public System.Nullable<bool> HasCopyrightText { get; init; }
Property Value
System.Nullable<System.Boolean>
CustomTemplateLayoutTemplateInfoLayoutOptions.HasLegend Property
public System.Nullable<bool> HasLegend { get; init; }
Property Value
System.Nullable<System.Boolean>
CustomTemplateLayoutTemplateInfoLayoutOptions.HasTitleText Property
public System.Nullable<bool> HasTitleText { get; init; }
Property Value
System.Nullable<System.Boolean>
CustomTemplateLayoutTemplateInfoLayoutOptions.MapSurroundInfos Property
public string? MapSurroundInfos { get; init; }