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





Gets or sets the horizontal distance between the first brick of the first row and the first brick on the next row, in pixels. Setting this value to zero will make a grid-like wall. Valid range is from 0 to image width.

Syntax

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

<object RowDifference =int >

Dependency Property Information 

Identifier field

RowDifferenceProperty

Metadata properties set to true

None

Return Value

Horizontal distance between the first brick of the first row and the first brick on the next row, in pixels. Setting this value to zero will make a grid-like wall. Valid range is from 0 to image width.

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