Skip to main content

StripedLayoutAlgorithm Members

A class representing the Strip layout algorithm.

Constructors

Name Description
StripedLayoutAlgorithm() Initializes a new instance of the StripedLayoutAlgorithm class with default settings.

Fields

Name Description
DirectionProperty static Identifies the TreeMapLayoutAlgorithm.Direction dependency property. Inherited from TreeMapLayoutAlgorithm.
LastStripeMinThicknessProperty static Identifies the StripedLayoutAlgorithm.LastStripeMinThickness dependency property.

Properties

Name Description
Direction Gets or sets the layout fill direction used by the algorithm. Inherited from TreeMapLayoutAlgorithm.
LastStripeMinThickness Gets or sets the minimum thickness of the last strip.
Owner Returns an object’s owner. Inherited from TreeMapDependencyObject.

Methods

Name Description
Calculate(IList<ITreeMapLayoutItem>, Size, Int32) Arranges the specified list of tree map items.

Events

Name Description
PropertyChanged Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject.
See Also