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