• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

TypographyMargin

Specifies the applied margin to the element.

Passing a TypographyMarginOption will set any of the built - in Kendo classes, which provide default margin in pixels.

When using the Default or Material themes, passing a number will apply a margin of 4 times the passed number in pixels. When using the Bootstrap theme the applied margin will be equal to the passed number divided by 4 in rem units. The minimum number value is 0 and the maximum is 24.

Passing a Margin object allows setting the margins for each side.

type TypographyMargin = "xs" | "sm" | "md" | "lg" | "xl" | "thin" | "hair" | number | Margin;

In this article

Not finding the help you need?