Gets or sets whether or not to reduce the size of the contour lines as the model's depth changes away from the viewer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EnableContourFadesWithDepth As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Boolean
instance.EnableContourFadesWithDepth = value
value = instance.EnableContourFadesWithDepth
|
C# | |
---|
bool EnableContourFadesWithDepth {get; set;} |
C++/CLI | |
---|
property bool EnableContourFadesWithDepth {
bool get();
void set (bool value);
} |
Return Value
True to reduce the size of the contour lines as the model's depth changes away from the viewer, false to not
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS