public int RightMargin {get; set;}
public int RightMargin {get; set;}
@property (nonatomic, assign) unsigned int rightMargin;
public int getRightMargin()
public void setRightMargin(int value)
get_RightMargin();
set_RightMargin(value);
Object.defineProperty('RightMargin');
public:
property int RightMargin {
int get();
void set ( int value);
}
Property Value
Number of pixels to exclude from the Right of the image. Possible values range from 0 to the image's width, in pixels.