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