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 |
|---|---|
| UseAnAngleIncrement | Uses the increment to determine the angle value. |
| UseAnyAngle | Uses any angle supported by fitting content. |
| UseSpecificAngles | Uses only the angles specified. |