public int RowDifference {get; set;}
'Declaration
Public Property RowDifference As Integer
'Usage
Dim instance As BricksTextureCommand
Dim value As Integer
instance.RowDifference = value
value = instance.RowDifference
public int RowDifference {get; set;}
get_RowDifference();
set_RowDifference(value);
Object.defineProperty('RowDifference');
public:
property int RowDifference {
int get();
void set ( int value);
}
Property Value
Horizontal distance between the first brick of the first row and the first brick on the next row, in pixels. Setting this value to zero will make a grid-like wall. Valid range is from 0 to image width.