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

FloatingActionButtonSettings.HorizontalMargin Property

Specifies the floating action button’s horizontal margin.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public int HorizontalMargin { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the horizontal margin.

Remarks

Use the FloatingActionButtonSettings.VerticalMargin property to specify the floating action button’s vertical margin.

Refer to the Floating Action Button topic for more information.

See Also