CadWipeoutBaseWipeoutContrast Property |
Gets or sets the contrast.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects.Wipeout
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadShortParameter WipeoutContrast { get; set; }Public Property WipeoutContrast As CadShortParameter
Get
Set
public:
property CadShortParameter^ WipeoutContrast {
CadShortParameter^ get ();
void set (CadShortParameter^ value);
}member WipeoutContrast : CadShortParameter with get, set
Property Value
Type:
CadShortParameter
See Also