Visual Basic (Declaration) | |
---|---|
Public Property RowDifference As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int RowDifference {get; set;} |
XAML Attributes Usage | |
---|---|
<object RowDifference =int > |
Dependencies Property Information | |
---|---|
Identifier field | RowDifferenceProperty |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object RowDifference =int > |
Dependencies 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.For XAML example, refer to BricksTextureCommandBitmapEffect.
For C#/VB examples, refer to BricksTextureCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family