HslColor.Saturation Property

Saturation.Represents the attribte in schema: s

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

Syntax

'Declaration
<SchemaAttrAttribute(, "s")> _
Public Property Saturation As Int32Value
    Get
    Set
'Usage
Dim instance As HslColor
Dim value As Int32Value

value = instance.Saturation

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

HslColor Class

HslColor Members

DocumentFormat.OpenXml.Presentation Namespace