Gets or sets a Boolean value that indicates whether to use tiling.
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);
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 |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2