Share via


Floor.Thickness Property

Returns or sets the thickness of the floor. Read/write 64-bit signed integer.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Thickness As Integer
    Get
    Set
'Usage
Dim instance As Floor
Dim value As Integer

value = instance.Thickness

instance.Thickness = value
int Thickness { get; set; }

Property Value

Type: System.Int32

Remarks

Use this property to set the thickness of the floor. The default thickness is zero (0).

See Also

Reference

Floor Interface

Floor Members

Microsoft.Office.Interop.PowerPoint Namespace