C#
Objective-C
C++/CLI
Java
public int YResolution { get; set; }
@property (nonatomic, assign) NSInteger yResolution;
public int getYResolution()
public void setYResolution(int value)
public:
property int YResolution {
int get();
void set ( int value);
}
Value that indicates the y resolution.