Visual Basic (Declaration) | |
---|---|
Public Property EdgeColor As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As EdgeDetectStatisticalCommand Dim value As RasterColor instance.EdgeColor = value value = instance.EdgeColor |
C# | |
---|---|
public RasterColor EdgeColor {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor EdgeColor { RasterColor get(); void set ( RasterColor value); } |
Property Value
Edge color.Refer to EdgeDetectStatisticalCommand.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)