|
|
|
Orientation Property, GenericPartClass Class |
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 { |
Property Value
The orientation.
Value |
Description |
|
1 | Parts are positioned next to each other. | |
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