Copyright © 2003-2024 MultiMedia Soft

CellsManager.BackTranspFactor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Function CellsManager.get_BackTranspFactor(UniqueID as Short) As Short

Public Sub CellsManager.set_BackTranspFactor(UniqueID as Short, Short)

 

[C#]

public short CellsManager.get_BackTranspFactor(short UniqueID);

public void CellsManager.set_BackTranspFactor(short UniqueID, short);

 

[C++]

public: short CellsManager.get_BackTranspFactor(short UniqueID);

public: void CellsManager.set_BackTranspFactor(short UniqueID, short);

 

 

Remarks

Applies alpha channel transparency to the background of the cell identified by the UniqueID parameter.

This property value can range from a default value of 0 (total opacity) to a value of 255 (total transparency). A value entered out of this range produces a value of  0.

 

 

See also

CellsManagerDesc class.

CellsManager property.

How to manage cells section.

How to manage alpha channel transparency section.