C#
Objective-C
C++/CLI
Java
public int XResolution { get; set; }
@property (nonatomic, assign) NSInteger xResolution;
public int getXResolution()
public void setXResolution(int value)
public:
property int XResolution {
int get();
void set ( int value);
}
Value that indicates the x resolution.