public int EdgeWidth {get; set;}
'Declaration
Public Property EdgeWidth As Integer
'Usage
Dim instance As BricksTextureCommand
Dim value As Integer
instance.EdgeWidth = value
value = instance.EdgeWidth
public int EdgeWidth {get; set;}
get_EdgeWidth();
set_EdgeWidth(value);
Object.defineProperty('EdgeWidth');
public:
property int EdgeWidth {
int get();
void set ( int value);
}
Property Value
Perceived edge width, in pixels, which represents the brick edge width when the brick is viewed from the perpendicular to the front of the brick. Minimum value is 1. See the following figure: