A runtime form designer control

FormDesigner.AdjustSelectedComponentsSpacing Method 

Adjusts the spacing between selected components as specified by the method parameters.

[Visual Basic]
Public Sub AdjustSelectedComponentsSpacing( _ 
   ByVal spaceCommand As SpacingCommand _ 
)
[C#]
public void AdjustSelectedComponentsSpacing(
   SpacingCommand spaceCommand
);
[C++]
public: void AdjustSelectedComponentsSpacing(
   SpacingCommand spaceCommand
);
[JScript]
public function AdjustSelectedComponentsSpacing(
   SpacingCommand spaceCommand
);

Parameters

spaceCommand
Enumerated parameter specifying the spacing rules to be applied

See Also

FormDesigner Class | Viklele.Win.Designer Namespace | AdjustSelectedComponentsSize | AdjustSelectedComponentsAlignment