Back to Devexpress

FloatingActionButtonSettings.HorizontalPosition Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-floatingactionbuttonsettings-03fab017.md

latest2.1 KB
Original Source

FloatingActionButtonSettings.HorizontalPosition Property

Specifies the floating action button’s horizontal position relative to the container.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public FloatingActionButtonHorizontalPosition HorizontalPosition { get; set; }
vb
Public Property HorizontalPosition As FloatingActionButtonHorizontalPosition

Property Value

TypeDescription
FloatingActionButtonHorizontalPosition

One of FloatingActionButtonHorizontalPosition enumeration values.

|

Available values:

NameDescription
LeftEdge

The floating action button is displayed at the left edge of the container.

| | Left |

The floating action button is displayed at the left of the container.

| | Center |

The floating action button is displayed in the center of the container.

| | Right |

The floating action button is displayed at the right of the container.

|

Remarks

Use the FloatingActionButtonSettings.VerticalPosition property to specify the floating action button’s vertical position.

Refer to the Floating Action Button topic for more information.

See Also

FloatingActionButtonSettings Class

FloatingActionButtonSettings Members

DevExpress.Web.Mvc Namespace