←Select platform

MortarWidth Property

Summary

Gets or sets the Mortar width or the space between two adjacent bricks.

Syntax

C#
VB
WinRT C#
C++
public int MortarWidth { get; set; } 
  
Public Property MortarWidth As Integer 
public int MortarWidth {get; set;} 
  
get_MortarWidth(); 
set_MortarWidth(value); 
Object.defineProperty('MortarWidth');  
public: 
property int MortarWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

Mortar width or the space between two adjacent bricks. This property only accepts positive values.

Example

Refer to BricksTextureCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly