Gets or sets the dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Dimension As Integer |
C# | |
---|
public int Dimension {get; set;} |
C++/CLI | |
---|
public:
property int Dimension {
int get();
void set ( int value);
} |
Property Value
Value that represents the dimensions of the neighborhood used for filtering (Dimension x Dimension), in pixels.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also