Softelvdm.Controls Class Library for Windows Controls 1.0

Orientation Property, GenericPartClass Class

Softel vdm, Inc.

Returns the orientation of parts within a cell. This is defined by the cell or the owner of the cell.

Syntax      GenericPartClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Property Orientation As OrientationEnum

C#   

public OrientationEnum Orientation { get; }

C++   

public: property OrientationEnum Orientation {
        OrientationEnum get();
}

Property Value

The orientation.

OrientationEnum

Value

Description

Horizontal

1

Parts are positioned next to each other.

Vertical

2

Parts are positioned one below the other.

Comments

The Orientation property returns the orientation of parts within a cell. This is defined by the cell or the owner of the cell.

This property returns the Orientation property of the part's owner through the owning cell's CellBaseClass.Orientation property.

Version Information

Supported in version 1.0.
Products Table


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