Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property int EdgeWidth {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object EdgeWidth =int >

Dependencies Property Information 

Identifier field

EdgeWidthProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object EdgeWidth =int >

Dependencies 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, Windows Server 2008 family

See Also