SmoothingMode Property
Determines how the pipe will be drawn, either using high quality or high speed. Pipes drawn with the high quality setting use antialiasing; their edges do not appear jagged. Pipes that use high speed do not use antialiasing and their edges are jagged. However, their demand on system resources is not as great as that of pipes that use high quality. If you have a large number of animated pipes, you may want to consider using pipes with the quality high speed, to limit their use of your system resources.
Syntax
object.SmoothingMode[= enumSmoothingMode]
Properties
The SmoothingMode property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumSmoothingMode |
An enumeration that represents whether a pipe is drawn using high speed or high quality. Valid entries:
|