Share via


Interior.Color Property

Returns or sets the primary color of the object.

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

Syntax

'Declaration
Property Color As Object
    Get
    Set
'Usage
Dim instance As Interior
Dim value As Object

value = instance.Color

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

Property Value

Type: System.Object
Object

See Also

Reference

Interior Interface

Interior Members

Microsoft.Office.Interop.Word Namespace