Share via


SystemColor.LastColor Property

Last Color.Represents the attribte in schema: lastClr

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

Syntax

'Declaration
<SchemaAttrAttribute(, "lastClr")> _
Public Property LastColor As HexBinaryValue
    Get
    Set
'Usage
Dim instance As SystemColor
Dim value As HexBinaryValue

value = instance.LastColor

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

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

SystemColor Class

SystemColor Members

DocumentFormat.OpenXml.Drawing Namespace