asposediagram.api

Class AutoSpaceOptions

Represents autospace options.

Constructor Summary
 
Property Getters/Setters Summary
methodgetDistanceInHorizontal()
method
           Defines the distance between the shapes in horizontal direction in inches.
methodgetDistanceInVertical()
method
           Defines the distance between the shapes in vertical direction in inches.
 

    • Constructor Detail

      • AutoSpaceOptions

        AutoSpaceOptions()
    • Property Getters/Setters Detail

      • getDistanceInVertical/setDistanceInVertical : float 

        float getDistanceInVertical() / setDistanceInVertical(value)
        
        Defines the distance between the shapes in vertical direction in inches. Default value 0.375 inch .
      • getDistanceInHorizontal/setDistanceInHorizontal : float 

        float getDistanceInHorizontal() / setDistanceInHorizontal(value)
        
        Defines the distance between the shapes in horizontal direction in inches. Default value 0.375 inch .