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