ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ThreeDProperties Class / ProjectionMode Property

In This Topic
    ProjectionMode Property
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property ProjectionMode As ThreeDPropertiesProjectionMode
    public ThreeDPropertiesProjectionMode ProjectionMode {get; set;}

    Property Value

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

    See Also