public int RoundRadius { get; set; }
Public Property RoundRadius As Integer
Get
Set
public:
virtual property int RoundRadius {
int get () sealed;
void set (int value) sealed;
}
abstract RoundRadius : int with get, set
override RoundRadius : int with get, set