ASP.NET Pack Programmer's Guide
ShapeControlPoint.MaxXRelativeToWidth Property
See Also
 





Gets or sets a value indicating whether the maximum horizontal position is specified relatively to the node's right side.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool MaxXRelativeToWidth { get; set; }

Visual Basic  Copy Code

Public Property MaxXRelativeToWidth As Boolean

 Property Value

true if the maxX value is relative to the node's right side, false if it's relative to the left side.

 See Also

ShapeControlPoint Members
ShapeControlPoint Class
MindFusion.Diagramming Namespace