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

In This Topic
    WallThickness Property (ThreeDProperties)
    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