public Nullable<double> ForegroundOpacity { get; set; }
Public Property ForegroundOpacity As Nullable(Of Double) Get Set
public: property Nullable<double^> ForegroundOpacity { Nullable<double^> get (); void set (Nullable<double^> value); }