FloatingActionButtonSettings.VerticalMargin Property
Specifies the floating action button’s vertical margin.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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