Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) Moving to the Flowchart.NET 5 API (Read 10219 times)
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
changes in ChartObject / DiagramItem
Reply #15 - Jul 27th, 2007 at 5:39am
Print Post  
The following table lists the renamed and removed DiagramItem (ex ChartObject) members.
Old name New name
getType Removed; use reflection to find the item's type.
FillColor Removed; use the Brush property.
FrameColor Removed; use the Pen property.
PenDashStyle Removed; use the Pen property.
PenWidth Removed; use the Pen property.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
changes in Arrow / DiagramLink
Reply #16 - Jul 27th, 2007 at 5:47am
Print Post  
The following table lists the renamed and removed DiagramLink (ex Arrow) members.
Old name New name
ArrowBase BaseShape
ArrowBaseSize BaseShapeSize
ArrowHead HeadShape
ArrowHeadSize HeadShapeSize
BoundingRect Bounds
DestAnchor DestinationAnchor
DestIndex DestinationIndex
IntermArrowHead IntermediateShape
IntermHeadSize IntermediateShapeSize
OrgnAnchor OriginAnchor
OrgnIndex OriginIndex
PenColor Removed; use the Pen property.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
changes in Node / DiagramNode
Reply #17 - Jul 27th, 2007 at 5:51am
Print Post  
The following table lists the renamed and removed DiagramNode (ex Node) members.
Old name New name
AllowIncomingArrows AllowIncomingLinks
AllowOutgoingArrows AllowOutgoingLinks
BoundingRect Bounds
IncomingArrows IncomingLinks
OutgoingArrows OutgoingLinks
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
changes in Box / ShapeNode
Reply #18 - Jul 27th, 2007 at 6:01am
Print Post  
The following table lists the renamed and removed ShapeNode (ex Box) members.
Old name New name
BeginInplaceEdit Removed; use DiagramView.BeginEdit()
EndInplaceEdit Removed; use DiagramView.EndEdit()
FitSizeToImage ResizeToFitImage
FitSizeToText ResizeToFitText
PolyTextLayout PolygonalTextLayout
Style Removed; use the Shape property.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
changes in Table / TableNode
Reply #19 - Jul 27th, 2007 at 6:07am
Print Post  
The following table lists the renamed and removed TableNode (ex Table) members. 
Old name New name
BeginInplaceEdit Removed; use DiagramView.BeginEdit()
CurrScrollRow CurrentScrollRow
EndInplaceEdit Removed; use DiagramView.EndEdit()
FitSizeToImage ResizeToFitImage
LinkStyle ConnectionStyle
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
changes in ControlHost / ControlNode
Reply #20 - Jul 27th, 2007 at 6:10am
Print Post  
The following table lists the renamed and removed ControlNode (ex ControlHost) members.
Old name New name
CtrlMouseAction ControlMouseAction
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
Changes in Selection
Reply #21 - Jul 27th, 2007 at 6:17am
Print Post  
The following table lists the renamed and removed Selection members.
Old name Old name
AddObject AddItem
AllowMultiSel AllowMultipleSelection
Arrows Links
BoundingRect Bounds
Boxes Removed; use the Nodes property.
ControlHosts Removed; use the Nodes property.
ObjectInSelection Removed; use the DiagramItem.Selected property.
Objects Items
RemoveObject RemoveItem
Tables Removed; use the Nodes property.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
Changes in Group
Reply #22 - Jul 27th, 2007 at 6:21am
Print Post  
The following table lists the renamed and removed Group members. 
Old name Old name
AttachedObjects AttachedNodes
AttachToArrowPoint AttachToLinkPoint
AttachToArrowSegment AttachToLinkSegment
MainObject MainItem
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3171
Joined: Oct 19th, 2005
Renamed enumerations
Reply #23 - Jul 27th, 2007 at 12:10pm
Print Post  
Old name New name
ArrowCrossings LinkCrossings
ArrowStyle LinkStyle
ArrowTextStyle LinkTextStyle
AttachToArrow AttachToLink
AutoSize AutoResize
BehaviorType Behavior
Handles AdjustmentHandles
HostMouseAction ControlMouseAction
RerouteArrows RerouteLinks
RestrictToDoc RestrictToBounds
TableLinkStyle TableConnectionStyle
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint