Gets or sets the perceived edge width, in pixels.
Syntax
Visual Basic (Declaration) | |
---|
Public Property EdgeWidth As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BricksTextureCommand
Dim value As Integer
instance.EdgeWidth = value
value = instance.EdgeWidth
|
C# | |
---|
public int EdgeWidth {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_EdgeWidth();
public: __property void set_EdgeWidth(
int value
); |
C++/CLI | |
---|
public:
property int EdgeWidth {
int get();
void set (int value);
} |
Return 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:
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