Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property int get_BricksWidth();
public: __property void set_BricksWidth( 
   int value
);
C++/CLI 
public:
property int BricksWidth {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object BricksWidth =int >

Dependency 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, and Windows Server 2003

See Also