ASPxClientFloatingActionButton.SetHorizontalMargin(value) Method
In This Article
Specifies the floating action button’s horizontal margin.
#Declaration
TypeScript
SetHorizontalMargin(
value: number
): void
#Parameters
Name | Type | Description |
---|---|---|
value | number | 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