Gets the active ICloudArranger instance which is corrently handling the arrangement of the items.

C# | Visual Basic | Visual C++ |
public ICloudArranger CurrentArranger { get; set; }
Public Property CurrentArranger As ICloudArranger
public: property ICloudArranger^ CurrentArranger { ICloudArranger^ get (); void set (ICloudArranger^ value); }