Condividi tramite


ColorFormat.Cyan Property

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

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

Syntax

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

value = instance.Cyan

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

Property Value

Type: System.Int32

See Also

Reference

ColorFormat Interface

ColorFormat Members

Microsoft.Office.Interop.Word Namespace