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;} |
C++/CLI | |
---|
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:
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also