Shape3DType.ContourColor Property

Contour Color.Represents the element tag in schema: a:contourClr

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

Syntax

'Declaration
Public Property ContourColor As ContourColor
    Get
    Set
'Usage
Dim instance As Shape3DType
Dim value As ContourColor

value = instance.ContourColor

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.ContourColor

See Also

Reference

Shape3DType Class

Shape3DType Members

DocumentFormat.OpenXml.Drawing Namespace