Skip to main content
Tab

FloatingActionButtonProperties.VerticalMargin Property

Specifies the floating action button’s vertical margin.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(20)]
public int VerticalMargin { get; set; }

#Property Value

Type Default Description
Int32 20

An integer value that specifies the vertical margin.

#Remarks

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

#Concept

Floating Action Button

#Online Demo

Floating Action Button

See Also