Compartir a través de


ColorFormat.Brightness Property

Gets the brightness of a specified shape color.

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

Syntax

'Declaration
Property Brightness As Single
    Get
    Set
'Usage
Dim instance As ColorFormat
Dim value As Single

value = instance.Brightness

instance.Brightness = value
float Brightness { get; set; }

Property Value

Type: System.Single
The brightness of a specified shape color.

Remarks

Read/write. You can enter a number from -1 (darkest) to 1 (lightest) for this property, zero being neutral.

See Also

Reference

ColorFormat Interface

ColorFormat Members

Microsoft.Office.Interop.Word Namespace