Interface IOverlapRemovalParameters
Represents overlap removal algorithm parameters.
Inherited Members
System.ICloneable.Clone()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public interface IOverlapRemovalParameters : IAlgorithmParameters, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceHorizontalGap
Horizontal gap.
Declaration
float HorizontalGap { get; }
Property Value
Type | Description |
---|---|
System.Single |
VerticalGap
Vertical gap.
Declaration
float VerticalGap { get; }
Property Value
Type | Description |
---|---|
System.Single |