Defines an interface for an object which manages the arrangement in the CloudView control.

C# | Visual Basic | Visual C++ |
public interface ICloudArranger
Public Interface ICloudArranger
public interface class ICloudArranger

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | ArrangeChildren(CloudViewItems, Size) |
Method for Arranging the children of a CloudPanel
|
![]() | HorizontalAxisField |
Should return the name of the field or property which is used to determine the horizonal axis sort of elements
|
![]() | MaxAxisLabel |
Should return the horizontal axis label for the maximum, or right most label
|
![]() | MinAxisLabel |
Should return the horizontal axis label for the minimum, or left most label
|
![]() | Title |
Should return the display name or title for the arrangement mode itself
|
![]() | VerticalAxisField |
Should return the name of the field or property which is used to determine the vertical axis sort of elements
|
![]() | VerticalUseAbsoluteMinimum |
Should return the name of the field or property which is used to determine the vertical axis sort of elements
|