Visual Basic (Declaration) | |
---|---|
Public Property EdgeWidth As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int EdgeWidth {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_EdgeWidth(); public: __property void set_EdgeWidth( int value ); |
XAML Attributes Usage | |
---|---|
<object EdgeWidth =int > |
Dependency Property Information | |
---|---|
Identifier field | EdgeWidthProperty |
Metadata properties set to true | None |
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:For XAML example, refer to BricksTextureCommandBitmapEffect.
For C#/VB examples, refer to BricksTextureCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003