Skip to main content
A newer version of this page is available. .

ASPxClientFloatingActionButton.SetHorizontalMargin(value) Method

Specifies the floating action button’s horizontal margin.

Declaration

SetHorizontalMargin(
    value: number
): void

Parameters

Name Type Description
value number

An integer value that specifies the margin.

Remarks

To set the floating action button’s vertical margin on the client side, use the ASPxClientFloatingActionButton.SetVerticalMargin 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