Share via


RgbColorModelHex.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 HexBinaryValue
    Get
    Set
'Usage
Dim instance As RgbColorModelHex
Dim value As HexBinaryValue

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public HexBinaryValue Val { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

The actual color value. Expressed as a sequence of hex digits RRGGBB.

The possible values for this attribute are defined by the ST_HexBinary3 simple type.

See Also

Reference

RgbColorModelHex Class

RgbColorModelHex Members

DocumentFormat.OpenXml.Drawing Namespace