AbstractPoint::AbstractY Property

Visual Studio 2015
 

Gets or sets the abstract Y of the point.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property double AbstractY {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

Returns Double.

Return to top
Show: