ColorFormat.Magenta Property
Returns or sets a value that represents the magenta component of a CMYK color.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Magenta As Integer
Get
Set
'Usage
Dim instance As ColorFormat
Dim value As Integer
value = instance.Magenta
instance.Magenta = value
int Magenta { get; set; }
Property Value
Type: System.Int32