Share via


VideoOverlay.Opacity Property

Definition

Gets or sets the opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to