Skip to main content

FloatingActionButtonSettings.VerticalMargin Property

Specifies the floating action button’s vertical margin.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int VerticalMargin { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the vertical margin.

Remarks

Use the FloatingActionButtonSettings.HorizontalMargin property to specify the floating action button’s horizontal margin.

Refer to the Floating Action Button topic for more information.

See Also