Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
EdgeWidth Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > BricksTextureCommandBitmapEffect Class : EdgeWidth Property





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 BricksTextureCommandBitmapEffect
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);
}
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:

Example

For XAML example, refer to BricksTextureCommandBitmapEffect.

For C#/VB examples, refer to BricksTextureCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also