Silverlight SDK for Microsoft Bing
CloudArranger Class
OverviewSystem.Windows.ControlsCloudArranger
Implements an abstract implementation of the ICloudArranger interface.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class CloudArranger : ICloudArranger
Public MustInherit Class CloudArranger _
	Implements ICloudArranger
public ref class CloudArranger abstract : ICloudArranger
Members
All MembersMethodsProperties



IconMemberDescription
ArrangeChildren(CloudViewItems, Size)
Provides a default and virtual implementation for the arrangement of CloudViewItems.

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.

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()()()
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.

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.

Inheritance Hierarchy

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