Resize |
public enum ScalarSizeActions
| Member name | Value | Description |
|---|---|---|
| None | 0 | No action. The scalar size value is not modified. |
| ResetAllToStandardValue | 1 | The scalar size value is set to its standard value. |
| RescaleByRatioNewToOldValue | 2 | The scalar size value is scaled by the ratio of its new standard value by its old standard value. |
The ResizeGraphOptionsScalarSizeActions type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |