Class ObjectsGroupResizingSettings
Defines how an objects group should be resized. More info in the
Resizer article.
Inherited Members
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class ObjectsGroupResizingSettings
Properties
DistanceCalculationType
Gets or sets the type of distance calculations. The default value is Midi.
Declaration
public TimeSpanType DistanceCalculationType { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpanType |
Exceptions
| Type | Condition |
|---|---|
| InvalidEnumArgumentException | value specified an invalid value. |