Visual Basic (Declaration) | |
---|---|
Public Property Smooth As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Smooth {get; set;} |
XAML Attributes Usage | |
---|---|
<object Smooth =int > |
Dependencies Property Information | |
---|---|
Identifier field | SmoothProperty |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object Smooth =int > |
Dependencies 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, Windows Server 2008 family