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



IconMemberDescription
DateCloudArranger()()()
Instantiates a DateCloudArranger instance.

ArrangeChildren(CloudViewItems, Size)
Provides a default and virtual implementation for the arrangement of CloudViewItems.
(Inherited from CloudArranger.)
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 Minimum 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
 DateCloudArranger

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