New to Telerik UI for WPFStart a free 30-day trial

Arranges RadTreeMapItem elements in slices.

Definition

Namespace:Telerik.Windows.Controls.TreeMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public sealed class SliceDiceStrategy : LayoutStrategyBase

Inheritance: objectInheritanceContextPropagatorMappingBaseLayoutStrategyBaseSliceDiceStrategy

Inherited Members LayoutStrategyBase.ToString()

Constructors

Initializes a new instance of the SliceDiceStrategy class.

C#
public SliceDiceStrategy()

Fields

OrientationProperty

DependencyProperty

Identifies the Orientation dependency property.

C#
public static readonly DependencyProperty OrientationProperty

SortDirectionProperty

DependencyProperty

Identifies the SortDirection dependency property.

C#
public static readonly DependencyProperty SortDirectionProperty

Properties

Gets or sets the orientation.

C#
public SliceDiceOrientation Orientation { get; set; }
Property Value:

The orientation.

Gets or sets the sort direction.

C#
public ListSortDirection SortDirection { get; set; }
Property Value:

The sort direction.