LegendKey.PictureType Property

Returns or sets a XlChartPictureType constant value that determines the way pictures are displayed on a legend key.

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

Syntax

'Declaration
Property PictureType As Integer
    Get
    Set
'Usage
Dim instance As LegendKey
Dim value As Integer

value = instance.PictureType

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

Property Value

Type: System.Int32
Integer

See Also

Reference

LegendKey Interface

LegendKey Members

Microsoft.Office.Interop.Word Namespace