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