public double? Opacity { get; set; }
Public Property Opacity As Double? Get Set
public: property Nullable<double> Opacity { Nullable<double> get (); void set (Nullable<double> value); }
member Opacity : Nullable<float> with get, set
In This Article