ColorScheme.Light1Color Property

Light 1.Represents the element tag in schema: a:lt1

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

Syntax

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

value = instance.Light1Color

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Light1Color
Returns Light1Color.

See Also

Reference

ColorScheme Class

ColorScheme Members

DocumentFormat.OpenXml.Drawing Namespace