Gets or sets the vertical resolution used when creating new
RasterImage objects.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Property YResolution As Integer |
C# | |
---|
public static int YResolution {get; set;} |
C++/CLI | |
---|
public:
static property int YResolution {
int get();
void set ( int value);
} |
Property Value
An integer value that specifies the vertical resolution used when creating new
RasterImage objects. This value must be an integer value greater than zero.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
See Also