• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UI
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

BadgeAlign

Specifies the horizontal and vertical alignment of the Badge in a relation to the element.

NameTypeDefaultDescription

horizontal

"end" | "start"

Defines the possible horizontal alignment of the Badge.

The available values are:

  • start—Uses the start point of the parent element.
  • end(Default)—Uses the end point of the parent element.

vertical

"top" | "bottom"

Defines the possible vertical alignment of the Badge.

The available values are:

  • top(Default)—Uses the top point of the parent element.
  • bottom—Uses the bottom point of the parent element.

In this article

Not finding the help you need?