The position kind for the adapter.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxPublic Enumeration PositionKind
public enum class PositionKind
Members| Member name | Value | Description |
|---|
| Absolute | 0 |
Absolutely positioned.
|
| Relative | 1 |
Relatively positioned.
|
See Also