Public API Changes in Aspose.Diagram 4.4.0

Setting the Timeline Dialog Box

The new TimeLineHelper class has been added. It allows developers to modify TimeLine shape dialog box. Users can see example topic about these features: [Set Time Period and Date Format of TimeLine Shape]

Setting the Milestone Dialog Box

The new MilestoneHelper class has been added. It allows developers to modify Milestone shape dialog box.Please find details of these features in the following help topic: [Set Milestone Shape Properties]

Read Shape’s Property by Name

The PropCollection.GetProp( string name) method has been added. This method takes a property name as parameter to get shape property. Overview of help topic: [Reading Visio Shape Data]