←Select platform

Tile Property

Summary
Gets or sets a Boolean value that indicates whether to use tiling.
Syntax
C#
VB
C++
public bool Tile { get; set; } 
  
Public Property Tile As Boolean 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.