Class Layout

Layout class

Contains elements that control shape placement and connector routing settings.

public class Layout

Properties

NameDescription
ConFixedCode { get; }Determines when a connector reroutes.
ConLineJumpCode { get; }Determines whether a connector jumps when two connectors cross,
ConLineJumpDirX { get; }Determines the line jump direction for line jumps occurring on a horizontal segment of a dynamic connector.
ConLineJumpDirY { get; }Determines the line jump direction for line jumps occurring on a vertical segment of a dynamic connector.
ConLineJumpStyle { get; }Determines the line jump style for line jumps on a dynamic connector.
ConLineRouteExt { get; }Determines the appearance of a connector.
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
DisplayLevel { get; }Determines the display level band (the relative range of Z-order grouping) for the shape.
Relationships { get; }Stores the relationships between containers, lists, callouts, and shapes.
ShapeFixedCode { get; }Specifies placement behavior for a placeable shape.
ShapePermeablePlace { get; }Specifies whether placeable shapes can be placed on top of a shape when a user selects Lay Out Shapes (Shapes menu).
ShapePermeableX { get; }Specifies whether a connector can route horizontally through a shape.
ShapePermeableY { get; }Specifies whether a connector can route vertically through a shape.
ShapePlaceFlip { get; }Specifies how a placeable shape flips and/or rotates on the page when a user selects Lay Out Shapes (Shapes menu).
ShapePlaceStyle { get; set; }Determines the placement style for children.
ShapePlowCode { get; }Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.
ShapeRouteStyle { get; }Specifies the routing style and direction for a connector on the drawing page.
ShapeSplit { get; }Determines whether this shape can split shapes that are splittable.
ShapeSplittable { get; }Determines whether this 1-D shape can be split.

See Also