public LeadRect Rectangle {get; set;}
'Declaration
Public Property Rectangle As LeadRect
'Usage
Dim instance As ScrambleCommand
Dim value As LeadRect
instance.Rectangle = value
value = instance.Rectangle
public LeadRect Rectangle {get; set;}
@property (nonatomic, assign) LeadRect rectangle;
public LeadRect getRectangle()
public void setRectangle(LeadRect value)
get_Rectangle();
set_Rectangle(value);
Object.defineProperty('Rectangle');
public:
property LeadRect Rectangle {
LeadRect get();
void set ( LeadRect value);
}
Property Value
The rectangle which describes the area to scramble.