ColorFormat.Black Property

Returns or sets a value that represents the black component of a CMYK color.

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

Syntax

'Declaration
Property Black As Integer
    Get
    Set
'Usage
Dim instance As ColorFormat
Dim value As Integer

value = instance.Black

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

Property Value

Type: System.Int32

See Also

Reference

ColorFormat Interface

ColorFormat Members

Microsoft.Office.Interop.Word Namespace