GeoBlazor Pro
layout: pro title: ExifInfoTag parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
ExifInfoTag Class
The tag for an ExifInfo object.
public class ExifInfoTag :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.ExifInfoTag>
Inheritance System.Object 🡒 ExifInfoTag
Implements System.IEquatable<ExifInfoTag>
Constructors
ExifInfoTag(string, string, object) Constructor
The tag for an ExifInfo object.
public ExifInfoTag(string Name, string Description, object Value);
Parameters
Name
System.String
The tag name.
Description
System.String
The tag description.
Value
System.Object
The value of the tag.
Properties
ExifInfoTag.Description Property
The tag description.
public string Description { get; set; }
Property Value
ExifInfoTag.Name Property
The tag name.
public string Name { get; set; }
Property Value
ExifInfoTag.Value Property
The value of the tag.
public object Value { get; set; }