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