Back to Devexpress

FloatingActionButtonProperties.VerticalMargin Property

aspnet-devexpress-dot-web-dot-floatingactionbuttonproperties-fddbb594.md

latest1.6 KB
Original Source

FloatingActionButtonProperties.VerticalMargin Property

Specifies the floating action button’s vertical margin.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(20)]
public int VerticalMargin { get; set; }
vb
<DefaultValue(20)>
Public Property VerticalMargin As Integer

Property Value

TypeDefaultDescription
Int3220

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

FloatingActionButtonProperties Class

FloatingActionButtonProperties Members

DevExpress.Web Namespace