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