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