Kendo.Mvc.UI.Fluent.FloatingActionButtonAlignOffsetBuilder
Defines the fluent API for configuring the Kendo FloatingActionButton for ASP.NET MVC AlignOffset.
Methods
Horizontal(System.String)
Specifies the horizontal offset of the FloatingActionButton.
Parameters
value System.String
The value that configures the horizontal offset.
Horizontal(System.Int32)
Specifies the horizontal offset of the FloatingActionButton.
Parameters
value System.Int32
The value that configures the horizontal offset.
Vertical(System.String)
Specifies the vertical offset of the FloatingActionButton.
Parameters
value System.String
The value that configures the vertical offset.
Vertical(System.Int32)
Specifies the vertical offset of the FloatingActionButton.
Parameters
value System.Int32
The value that configures the vertical offset.