Shape.PictureFormat Property

Returns a PictureFormat object that contains picture formatting properties for the specified shape. Read-only.

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

Syntax

'Declaration
ReadOnly Property PictureFormat As PictureFormat
    Get
'Usage
Dim instance As Shape
Dim value As PictureFormat

value = instance.PictureFormat
PictureFormat PictureFormat { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PictureFormat

Remarks

This property applies to Shape or ShapeRange objects that represent OLE objects.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.PowerPoint Namespace