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

In This Topic
    WallThickness Property
    In This Topic

    Gets or sets the thickness percent of the outer walls.

    Syntax
    'Declaration
     
    Public Property WallThickness As Nullable(Of Integer)
    public Nullable<int> WallThickness {get; set;}

    Property Value

    A NullableInt32 indicating the thickness percent of the outer walls.

    See Also