Gets or sets the flat area of the brick width, in pixels.
Syntax
Visual Basic (Declaration) |
|
Public Property BricksWidth As Integer |
Visual Basic (Usage) |
Copy Code |
Dim instance As BricksTextureCommand
Dim value As Integer
instance.BricksWidth = value
value = instance.BricksWidth
|
C# |
|
public int BricksWidth {get; set;} |
C++/CLI |
|
public:
property int BricksWidth {
int get();
void set (int value);
} |
Return Value
The flat area of the brick width, in pixels. Valid range is from 0 to the image width. This property only accepts positive values.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also