Implements an abstract implementation of the ICloudArranger interface.

C# | Visual Basic | Visual C++ |
public abstract class CloudArranger : ICloudArranger
Public MustInherit Class CloudArranger _ Implements ICloudArranger
public ref class CloudArranger abstract : ICloudArranger

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | ArrangeChildren(CloudViewItems, Size) |
Provides a default and virtual implementation for the arrangement of CloudViewItems.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | HorizontalAxisField |
Gets/Sets the name of the field or property used to arrange items horizontally by the ICloudArranger implementation.
|
![]() | MaxAxisLabel |
An abstract property get for returning the MaxAxisLabel for the ICloudArranger implementation.
|
![]() | MinAxisLabel |
An abstract property get for returning the MinAxisLabel for the ICloudArranger implementation.
|
![]() | Title |
An abstract property get for returning the Title for the ICloudArranger implementation.
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | VerticalAxisField |
Gets/Sets the name of the field or property used to arrange items vertically by the ICloudArranger implementation.
|
![]() | VerticalUseAbsoluteMinimum |
Gets/Sets the boolean value which indicates whether zero or the actual minimum value is to be used when calculating the vertical range displacement by the ICloudArranger implementation.
|

Object | ||
![]() | CloudArranger | |
![]() | AlphabeticalCloudArranger | |
![]() | DateCloudArranger |