public Nullable<decimal> YLeftValuesMin { get; set; }
Public Property YLeftValuesMin As Nullable(Of Decimal)
public: property Nullable<Decimal> YLeftValuesMin { Nullable<Decimal> get (); void set (Nullable<Decimal> value); }