ColorFormat.Ink Property
Returns or sets a value that represents the degree of saturation for a specified ink.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Ink ( _
Index As Integer _
) As Single
Get
Set
'Usage
Dim instance As ColorFormat
Dim Index As Integer
Dim value As Single
value = instance.Ink(Index)
instance.Ink(Index) = value
float this[
int Index
] { get; set; }
Parameters
- Index
Type: System.Int32
The number of the ink.
Property Value
Type: System.Single