Gets or sets the size of the area to be used when smoothing the edges between localized
blocks.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Smooth As Integer |
C# | |
---|
public int Smooth {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Smooth();
public: __property void set_Smooth(
int value
); |
C++/CLI | |
---|
public:
property int Smooth {
int get();
void set (int value);
} |
Return Value
Size of the area to be used when smoothing the edges between
localized blocks. Possible values are between 0 and 7,
but if Height is less than or equal to 7 then the maximum value for
this item is Height - 1. If Smooth = 0 the edges will not be smoothed.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also