<kendo:floatingActionButton-alignOffset>

Specifies the horizontal and vertical offset of the FloatingActionButton.

Example

<kendo:floatingActionButton>
    <kendo:floatingActionButton-alignOffset></kendo:floatingActionButton-alignOffset>
</kendo:floatingActionButton>

Configuration Attributes

x java.lang.Object

Specifies the initial horizontal offset of the FloatingActionButton. Numeric values are treated as pixels. String values can specify pixels, percentages, ems, or other valid values.

Example

<kendo:floatingActionButton-alignOffset x="x">
</kendo:floatingActionButton-alignOffset>

y java.lang.Object

Specifies the initial vertical offset of the FloatingActionButton. Numeric values are treated as pixels. String values can specify pixels, percentages, ems or other valid values.

Example

<kendo:floatingActionButton-alignOffset y="y">
</kendo:floatingActionButton-alignOffset>
In this article
Not finding the help you need?