public double LoadScale { get; set; }
Public Property LoadScale As Double
Get
Set
public:
virtual property double LoadScale {
double get () sealed;
void set (double value) sealed;
}
abstract LoadScale : float with get, set
override LoadScale : float with get, set