Skip to main content

dxSpreadSheetMovingClonedContainerAlpha Constant

Specifies the minimum transparency level applied to the floating container object during the clone operation.

Declaration

const dxSpreadSheetMovingClonedContainerAlpha: Integer = 150;

Returns

Type
Integer

Remarks

The dxSpreadSheetMovingContainerAlpha, dxSpreadSheetMovingClonedContainerAlpha, dxSpreadSheetResizingContainerAlpha, and dxSpreadSheetRotationContainerAlpha global constants determine the maximum alpha values applied to the selected floating container during moving, cloning, resizing, and rotating operations, respectively. If the selected container object is more transparent than specified by the respective global constant, then the container retains its current transparency level during the respective operation. Otherwise, the constant-determined alpha value is applied. As soon as the operation is complete, the container’s old alpha value is restored.

The dxSpreadSheetMovingClonedContainerAlpha global constant specifies the maximum alpha value applied to the floating container during cloning by performing a drag-and-drop operation while holding down the Ctrl key. By default, the maximum alpha value of the cloned container cannot exceed 150:

To apply another alpha level limit to the selected container during cloning operations, modify the dxSpreadSheetMovingClonedContainerAlpha global constant value and recompile your project:

See Also