Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
EdgeLevels Property
See Also 
Leadtools.Windows.Media.Effects.Core Namespace > MultiscaleEnhancementCommandBitmapEffect Class : EdgeLevels Property





Gets or sets the edge levels.

Syntax

Visual Basic (Declaration) 
Public Property EdgeLevels As Integer
Visual Basic (Usage)Copy Code
Dim instance As MultiscaleEnhancementCommandBitmapEffect
Dim value As Integer
 
instance.EdgeLevels = value
 
value = instance.EdgeLevels
C# 
public int EdgeLevels {get; set;}
Managed Extensions for C++ 
public: __property int get_EdgeLevels();
public: __property void set_EdgeLevels( 
   int value
);
C++/CLI 
public:
property int EdgeLevels {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object EdgeLevels =int >

Dependency Property Information 

Identifier field

EdgeLevelsProperty

Metadata properties set to true

None

Return Value

The edge levels.

Example

For XAML example, refer to MultiscaleEnhancementCommandBitmapEffect.

For C#/VB examples, refer to MultiscaleEnhancementCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also