Enum ShapePlaceStyleValue

ShapePlaceStyleValue enumeration

Determines the placement style for children.

public enum ShapePlaceStyleValue

Values

NameValueDescription
PlaceDefault0Place default.
PlaceTopToBottom1Place top to bottom.
PlaceToRight2Place to right.
PlaceRadial3Place radial.
PlaceBottomToTop4Place bottom to top.
PlaceRightToLeft5Place right to left.
PlaceCircular6Place circular.
PlaceCompactDownRight7Place compact down right.
PlaceCompactRightDown8Place compact right down.
PlaceCompactRightUp9Place compact right up.
PlaceCompactUpRight10Place compact up right.
PlaceCompactUpLeft11Place compact up left.
PlaceCompactLeftUp12Place compact left up.
PlaceCompactLeftDown13Place compact left down.
PlaceCompactDownLeft14Place compact down left.
PlaceParentDefault15Place parent default.
PlaceHierarchyTopToBottomLeft16Place hierarchy top to bottom left.
PlaceHierarchyTopToBottomCenter17Place hierarchy top to bottom center.
PlaceHierarchyTopToBottomRight18Place hierarchy top to bottom right.
PlaceHierarchyBottomToLeft19Place hierarchy bottom to left.
PlaceHierarchyBottomToCenter20Place hierarchy bottom to center.
PlaceHierarchyBottomToRight21Place hierarchy bottom to right.
PlaceHierarchyLeftToRightTop22Place hierarchy left to right top.
PlaceHierarchyLeftToRightMiddle23Place hierarchy left to right middle.
PlaceHierarchyLeftToRightBottom24place hierarchy left to right bottom.
PlaceHierarchyRightToLeftTop25Place hierarchy right to left top.
PlaceHierarchyRightToLeftMiddle26Place hierarchy right to left top.
PlaceHierarchyRightToLeftBottom27Place hierarchy right to left bottom.
Undefined28Undefined.

See Also