ShapeThreeD
ContourColor Property
|
Gets or sets the color of a contour.
Read/write
ColorFormat
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ColorFormat ContourColor { get; set; }
Public Property ContourColor As ColorFormat
Get
Set
public:
property ColorFormat^ ContourColor {
ColorFormat^ get ();
void set (ColorFormat^ value);
}
member ContourColor : ColorFormat with get, set
Property Value
Type:
ColorFormat
See Also