Share via


SystemColor.Val Property

Value.Represents the attribte in schema: val

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

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of SystemColorValues)
    Get
    Set
'Usage
Dim instance As SystemColor
Dim value As EnumValue(Of SystemColorValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<SystemColorValues> Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<SystemColorValues>
Returns EnumValue<T>.

See Also

Reference

SystemColor Class

SystemColor Members

DocumentFormat.OpenXml.Drawing Namespace