ColorChange.ColorTo Property

Change Color To.Represents the element tag in schema: a:clrTo

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

Syntax

'Declaration
Public Property ColorTo As ColorTo
    Get
    Set
'Usage
Dim instance As ColorChange
Dim value As ColorTo

value = instance.ColorTo

instance.ColorTo = value
public ColorTo ColorTo { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.ColorTo
Returns ColorTo.

See Also

Reference

ColorChange Class

ColorChange Members

DocumentFormat.OpenXml.Drawing Namespace