←Select platform

Tile Property

Summary

Gets or sets a Boolean value that indicates whether to use tiling.

Syntax

C#
VB
WinRT C#
C++
public bool Tile { get; set; } 
  
Public Property Tile As Boolean 
public bool Tile {get; set;} 
  
get_Tile(); 
set_Tile(value); 
Object.defineProperty('Tile');  
public: 
property bool Tile { 
   bool get(); 
   void set (    bool ); 
} 

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

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