SmartArt.Color Property

Gets or sets the Smart Art color style applied to the Smart Art graphic.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Color As SmartArtColor
    Get
    Set
'Usage
Dim instance As SmartArt
Dim value As SmartArtColor

value = instance.Color

instance.Color = value
SmartArtColor Color { get; set; }

Property Value

Type: Microsoft.Office.Core.SmartArtColor

Remarks

Read/write.

See Also

Reference

SmartArt Interface

SmartArt Members

Microsoft.Office.Core Namespace