public double ContentViewportWidth { get; set; }Public Property ContentViewportWidth As Double
Get
Setpublic:
property double ContentViewportWidth {
double get ();
void set (double value);
}member ContentViewportWidth : float with get, set