dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

OpacityStop Class

Defines a opacity stop used for creating a continuous opacity visualization in a opacity visual variable.
ArcGIS Maps SDK for JavaScript

public class OpacityStop : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 OpacityStop

Properties

OpacityStop.Label Property

A string value used to label the stop in the Legend.

public string? Label { get; set; }

Property Value

System.String

OpacityStop.Opacity Property

The opacity value in points (between 0.0 and 1.0) used to render features with the given value.

public System.Nullable<double> Opacity { get; set; }

Property Value

System.Nullable<System.Double>

OpacityStop.Value Property

Specifies the data value to map to the given opacity.

public System.Nullable<double> Value { get; set; }

Property Value

System.Nullable<System.Double>