다음을 통해 공유


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

Property Value

Type: System.Single

See Also

Reference

ColorFormat Interface

ColorFormat Members

Microsoft.Office.Interop.Word Namespace