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