Skip to main content
All docs
V26.1
  • SurfaceOptions.Thickness Property

    Gets or sets the surface thickness.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public int Thickness { get; set; }

    Property Value

    Type Description
    Int32

    The surface thickness.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Thickness
    View3DOptions
    .BackWall .Thickness
    View3DOptions
    .Floor .Thickness
    View3DOptions
    .SideWall .Thickness
    See Also