Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Tile Property








Gets or sets a Boolean value that indicates whether to use tiling.
Syntax
public bool Tile {get; set;}
'Declaration
 
Public Property Tile As Boolean
'Usage
 
Dim instance As BumpMapCommand
Dim value As Boolean
 
instance.Tile = value
 
value = instance.Tile
public bool Tile {get; set;}

            

            
 
get_Tile();
set_Tile(value);
Object.defineProperty('Tile');
public:
property bool Tile {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value that indicates whether to use tiling.
Value Meaning
true use tiling
false do not to use tiling
Example
Refer to BumpMapCommand.
Requirements

Target Platforms

See Also

Reference

BumpMapCommand Class
BumpMapCommand Members

Error processing SSI file