Gets or sets the maximum angle for the thinning algorithm.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DeltaDirection As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ContourFilterCommand
Dim value As Integer
instance.DeltaDirection = value
value = instance.DeltaDirection |
C# | |
---|
public int DeltaDirection {get; set;} |
C++/CLI | |
---|
public:
property int DeltaDirection {
int get();
void set ( int value);
} |
Property Value
Maximum angle for the thinning algorithm. Values can be from 1 to 64. Default is 35.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also