Class DrawnAttributionLayerEventArgs
[Obsolete("Layer.Attribution (as well as Drawing Attribution) is deprecate and will be removed after v14.2. You can accomplish the similar feature by overriding layer.DrawCore/Layer.DrawAsyncCore method")]
public class DrawnAttributionLayerEventArgs : EventArgs
- Inheritance
-
DrawnAttributionLayerEventArgs
- Inherited Members
Constructors
DrawnAttributionLayerEventArgs()
public DrawnAttributionLayerEventArgs()
DrawnAttributionLayerEventArgs(GeoCanvas, string)
public DrawnAttributionLayerEventArgs(GeoCanvas canvas, string attribution)
Parameters
Properties
Attribution
[Obsolete("Layer.Attribution (as well as Drawing Attribution) is deprecate and will be removed after v14.2. You can accomplish the similar feature by overriding layer.DrawCore/Layer.DrawAsyncCore method")]
public string Attribution { get; set; }
Property Value
GeoCanvas
This property gets and sets the GeoCanvas we are drawing on.
public GeoCanvas GeoCanvas { get; set; }
Property Value
- GeoCanvas
This property gets the GeoCanvas we are drawing on.
Remarks
None