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