Share via


PictureFormat.Brightness Property

Returns or sets the brightness of the specified picture or OLE object. Read/write.

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

Syntax

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

value = instance.Brightness

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

Property Value

Type: System.Single

Remarks

The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest).

See Also

Reference

PictureFormat Interface

PictureFormat Members

Microsoft.Office.Interop.PowerPoint Namespace