Specifies how position size should be determined (if not specified otherwise).
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public PositionAllocationType AllocationType { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AllocationType As PositionAllocationType |
| Visual C++ |
|---|
public: property PositionAllocationType AllocationType { PositionAllocationType get (); void set (PositionAllocationType value); } |