Copyright © 2003-2023 MultiMedia Soft

CellsManager.ScaleUnit property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ScaleUnit As enumScaleUnits

 

[C#]

public enumScaleUnits ScaleUnit {get; set;}

 

[C++]

public: __property enumScaleUnits get_ScaleUnit();

public: __property void set_ScaleUnit(enumScaleUnits);

 

 

Syntax

object.CellsManager.ScaleUnit(UniqueID) [=boolean]

 

 

Remarks

he unit used to determine position and size of the cell.

Supported values are the following:

Mnemonic constant

Value

Meaning

ScaleUnits.ScalePercentage

0 (default)

The scale unit is represented by a percentage value of a specific control's dimension (left position, top position, width or height).

ScaleUnits.ScalePixels

1

The scale unit is in pixels.

 

 

See also

CellsManagerDesc class.

CellsManager property.

How to manage cells section.