Back to Devexpress

FloatingActionButtonProperties.HorizontalMargin Property

aspnet-devexpress-dot-web-dot-floatingactionbuttonproperties-04fe7260.md

latest1.6 KB
Original Source

FloatingActionButtonProperties.HorizontalMargin Property

Specifies the floating action button’s horizontal margin.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Int3215

An integer value that specifies the horizontal margin.

|

Remarks

Use the FloatingActionButtonProperties.VerticalMargin property to specify the floating action button’s vertical margin.

Concept

Floating Action Button

Online Demo

Floating Action Button

See Also

FloatingActionButtonProperties Class

FloatingActionButtonProperties Members

DevExpress.Web Namespace