Blur.Value Property

Definition

Gets or sets a number indicating level of blurriness ranging from 0 to 1.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public double Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : double with get, set
Public Property Value As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to