Visual Basic (Declaration) | |
---|---|
Public Property Smooth As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Smooth {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Smooth(); public: __property void set_Smooth( int value ); |
XAML Attributes Usage | |
---|---|
<object Smooth =int > |
Dependency Property Information | |
---|---|
Identifier field | SmoothProperty |
Metadata properties set to true | None |
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.For XAML example, refer to LocalHistogramEqualizeCommandBitmapEffect.
For C#/VB examples, refer to LocalHistogramEqualizeCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003