Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
BricksWidth Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > BricksTextureCommandBitmapEffect Class : BricksWidth Property





Gets or sets the flat area of the brick width, in pixels.

Syntax

Visual Basic (Declaration) 
Public Property BricksWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As BricksTextureCommandBitmapEffect
Dim value As Integer
 
instance.BricksWidth = value
 
value = instance.BricksWidth
C# 
public int BricksWidth {get; set;}
C++/CLI 
public:
property int BricksWidth {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object BricksWidth =int >

Dependencies Property Information 

Identifier field

BricksWidthProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object BricksWidth =int >

Dependencies Property Information 

Identifier field

BricksWidthProperty

Metadata properties set to true

None

Return Value

The flat area of the brick width, in pixels. Valid range is from 0 to the image width. This property only accepts positive values.

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