Поделиться через


HslColor.Lightness Property

Lightness.Represents the attribte in schema: l

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

Syntax

'Декларация
<SchemaAttrAttribute(, "l")> _
Public Property Lightness As Int32Value
    Get
    Set
'Применение
Dim instance As HslColor
Dim value As Int32Value

value = instance.Lightness

instance.Lightness = value
[SchemaAttrAttribute(, "l")]
public Int32Value Lightness { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

HslColor Class

HslColor Members

DocumentFormat.OpenXml.Presentation Namespace