Aracılığıyla paylaş


ColorScheme.Colors Property

Returns an RGBColor object that represents a single color in a color scheme.

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

Syntax

'Declaration
ReadOnly Property Colors ( _
    SchemeColor As PpColorSchemeIndex _
) As RGBColor
    Get
'Usage
Dim instance As ColorScheme
Dim SchemeColor As PpColorSchemeIndex
Dim value As RGBColor

value = instance.Colors(SchemeColor)
RGBColor this[
    PpColorSchemeIndex SchemeColor
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.RGBColor

See Also

Reference

ColorScheme Interface

ColorScheme Members

Microsoft.Office.Interop.PowerPoint Namespace