Softelvdm.Controls Class Library for Windows Controls 1.0

CalcSizeEnum Enumeration

Softel vdm, Inc.

Defines the method used to calculate the part's size.

Syntax      CalcSizeEnum Enumeration (Softelvdm.Controls)

VB   

Public Enum CalcSizeEnum

C#   

public enum CalcSizeEnum

C++   

public enum class CalcSizeEnum


Member

Value

Description

Exact

0

Calculate the exact size of the part. If possible, the maximum area (r) of the CalcSize method should be honored. This is used by a part to call its own CalcSize method.

BestFit

1

Calculate the exact size of the part. If possible, the maximum area (r) of the CalcSize method should be honored. This is used by the internal PartsRenderingClass.CalcSize method.

LargestSize

2

Calculate the exact size of the part. If possible, the maximum area (r) of the CalcSize method should be honored. This is used by the internal PartsRenderingClass.StrategyRoutine method.

LargestSize2

3

Calculate the exact size of the part. If possible, the maximum area (r) of the CalcSize method should be honored.
SftTree/NET 2.0: This is only used to determine the height of the first part in a cell's parts collection (Parts).
It is not currently used by other products.

Comments

The CalcSizeEnum enumeration defines the method used to calculate the part's size.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com