Skip to main content

ASPxClientFloatingActionButton.SetVerticalMargin(value) Method

Specifies the floating action button’s vertical margin.

Declaration

SetVerticalMargin(
    value: number
): void

Parameters

Name Type Description
value number

The margin.

Remarks

To set the floating action button’s horizontal margin on the client side, use the ASPxClientFloatingActionButton.SetHorizontalMargin method.

Use the ASPxFloatingActionButton.VerticalMargin and ASPxFloatingActionButton.HorizontalMargin properties to specify the floating action button’s vertical and horizontal margins on the server side.

See Also