Implements a CloudArranger which arranges items vertically by Relevency and horizontally by Title.

C# | Visual Basic | Visual C++ |
public class AlphabeticalCloudArranger : CloudArranger
Public Class AlphabeticalCloudArranger _ Inherits CloudArranger
public ref class AlphabeticalCloudArranger : public CloudArranger

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AlphabeticalCloudArranger()()() |
Instantiates an AlphabeticalCloudArranger instance.
|
![]() | ArrangeChildren(CloudViewItems, Size) |
Arranges the CloudViewItems based on the properties of the AlphabeticalCloudArranger.
(Overrides CloudArranger.ArrangeChildren(CloudViewItems, Size).) |
![]() | 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.
(Inherited from CloudArranger.) |
![]() | MaxAxisLabel |
Returns the Maximum Axis Label for the Arranger
(Overrides CloudArranger.MaxAxisLabel.) |
![]() | MinAxisLabel |
Returns the Mininum Axis Label for the Arranger
(Overrides CloudArranger.MinAxisLabel.) |
![]() | Title |
Returns the title for the Arranger
(Overrides CloudArranger.Title.) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | VerticalAxisField |
Gets/Sets the name of the field or property used to arrange items vertically by the ICloudArranger implementation.
(Inherited from CloudArranger.) |
![]() | 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.
(Inherited from CloudArranger.) |

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