Spread for ASP.NET 10 Product Documentation
Projection Property


Gets or sets the projection from 3D model space to 2D control canvas space.
Syntax
'Declaration
 
Public Property Projection As Projection
'Usage
 
Dim instance As PlotArea
Dim value As Projection
 
instance.Projection = value
 
value = instance.Projection
public Projection Projection {get; set;}
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PlotArea Class
PlotArea Members

 

 


Copyright © GrapeCity, inc. All rights reserved.