| Visual Basic (Declaration) | |
|---|---|
Public Property Smoothing As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnisotropicDiffusionCommand Dim value As Integer instance.Smoothing = value value = instance.Smoothing | |
| C# | |
|---|---|
public int Smoothing {get; set;} | |
Property Value
Size of smoothing kernel which is performed on image.Refer to AnisotropicDiffusionCommand.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code