FittingAngleUsage
Description:
An enumerated type representing the options for how to limit the angle values applicable to fitting content.
An enumerated type representing the options for how to limit the angle values applicable to fitting content.
public enum FittingAngleUsage
| Name | Description |
|---|---|
| UseAnyAngle | Uses any angle supported by fitting content. |
| UseAnAngleIncrement | Uses the increment to determine the angle value. |
| UseSpecificAngles | Uses only the angles specified. |