ColorType.SchemeColor Property

Scheme Color.Represents the element tag in schema: a:schemeClr

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

Syntax

'Declaration
Public Property SchemeColor As SchemeColor
    Get
    Set
'Usage
Dim instance As ColorType
Dim value As SchemeColor

value = instance.SchemeColor

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.SchemeColor
Returns SchemeColor.

See Also

Reference

ColorType Class

ColorType Members

DocumentFormat.OpenXml.Presentation Namespace