| Visual Basic (Declaration) | |
|---|---|
Public Property Filter As EdgeDetectorCommandType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EdgeDetectorCommand Dim value As EdgeDetectorCommandType instance.Filter = value value = instance.Filter | |
| C# | |
|---|---|
public EdgeDetectorCommandType Filter {get; set;} | |
| C++/CLI | |
|---|---|
public: property EdgeDetectorCommandType Filter { EdgeDetectorCommandType get(); void set ( EdgeDetectorCommandType value); } | |
Property Value
Flag that indicates which edge detection filter to apply.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