ActiveReports Developer 7
ProjectionMode Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ThreeDProperties Class : ProjectionMode Property

Glossary Item Box

Gets or sets the projection mode used for 3D rendering.

Syntax

Visual Basic (Declaration) 
Public Property ProjectionMode As ThreeDPropertiesProjectionMode
C# 
public ThreeDPropertiesProjectionMode ProjectionMode {get; set;}

Property Value

A ThreeDPropertiesProjectionMode enumeration indicating the projection mode used for 3D rendering.

See Also