Share via


Walls.PictureType Property

Returns or sets a value that specifies how pictures are displayed on the walls and faces of a 3-D chart. Read/write.

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

Syntax

'Declaration
Property PictureType As Object
    Get
    Set
'Usage
Dim instance As Walls
Dim value As Object

value = instance.PictureType

instance.PictureType = value
Object PictureType { get; set; }

Property Value

Type: System.Object

Remarks

You can set this property to one of the following XlChartPictureType constants: xlStack or xlStretch.

See Also

Reference

Walls Interface

Walls Members

Microsoft.Office.Interop.PowerPoint Namespace