Silverlight SDK for Microsoft Bing
AlphabeticalCloudArranger Class
OverviewSystem.Windows.ControlsAlphabeticalCloudArranger
Implements a CloudArranger which arranges items vertically by Relevency and horizontally by Title.
Declaration Syntax
C#Visual BasicVisual C++
public class AlphabeticalCloudArranger : CloudArranger
Public Class AlphabeticalCloudArranger _
	Inherits CloudArranger
public ref class AlphabeticalCloudArranger : public CloudArranger
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(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.)
Inheritance Hierarchy
Object
CloudArranger
 AlphabeticalCloudArranger

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)