Skip to main content

FloatingActionButtonSettings.HorizontalMargin Property

Specifies the floating action button’s horizontal margin.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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