ColorScheme.Light2Color Property

Light 2.Represents the element tag in schema: a:lt2

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Light2Color As Light2Color
    Get
    Set
'Usage
Dim instance As ColorScheme
Dim value As Light2Color

value = instance.Light2Color

instance.Light2Color = value
public Light2Color Light2Color { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Light2Color
Returns Light2Color.

See Also

Reference

ColorScheme Class

ColorScheme Members

DocumentFormat.OpenXml.Drawing Namespace