←Select platform

TilesColor Property

Summary

Gets or sets the value that represents the transparency fill color for the tiles.

Syntax
C#
VB
C++
public RasterColor TilesColor { get; set; } 
  
Public Property TilesColor As RasterColor 
public: 
property RasterColor TilesColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The transparency fill color for the tiles.

Example

Refer to MosaicTilesCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly