TelerikFont
Provides access to the Telerik font and its icon constants for use in Telerik MAUI controls.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
public static class TelerikFont
Inheritance: objectTelerikFont
Fields
Gets the add hyperlink icon character.
public static readonly string IconAddHyperlink
Gets the align center icon character.
public static readonly string IconAlignCenter
Gets the align justify icon character.
public static readonly string IconAlignJustify
Gets the align left icon character.
public static readonly string IconAlignLeft
Gets the align right icon character.
public static readonly string IconAlignRight
Gets the android close icon character.
public static readonly string IconAndroidClose
Gets the attachment icon character.
public static readonly string IconAttachment
Gets the author icon character.
public static readonly string IconAuthor
Gets the available status icon character.
public static readonly string IconAvailable
Gets the brightness icon character.
public static readonly string IconBrightness
Gets the bulleting icon character.
public static readonly string IconBulleting
Gets the calendar day icon character.
public static readonly string IconCalendarDay
Gets the calendar month icon character.
public static readonly string IconCalendarMonth
Gets the camera icon character.
public static readonly string IconCamera
Gets the cancel icon character.
public static readonly string IconCancel
Gets the secondary cancel icon character.
public static readonly string IconCancel2
Gets the clear formatting icon character.
public static readonly string IconClearFormatting
Gets the clock arrow rotate character.
public static readonly string IconClockArrowRotate
Gets the contrast icon character.
public static readonly string IconContrast
Gets the delete icon character.
public static readonly string IconDelete
Gets the document history icon character.
public static readonly string IconDocumentHistory
Gets the vertical dots icon character.
public static readonly string IconDotsVert
Gets the down arrow icon character.
public static readonly string IconDownArrow
Gets the down direction arrow icon character.
public static readonly string IconDownDir
Gets the download icon character.
public static readonly string IconDownload
Gets the ellipsis icon character.
public static readonly string IconEllipsis
Gets the file image icon character.
public static readonly string IconFileImage
Gets the pdf file icon character.
public static readonly string IconFilePdf
Gets the file icon character.
public static readonly string IconFileWord
Gets the filter icon character.
public static readonly string IconFilter
Gets the filters icon character.
public static readonly string IconFilters
Gets the flip horizontal icon character.
public static readonly string IconFlipHorizontal
Gets the flip vertical icon character.
public static readonly string IconFlipVertical
Gets the font family icon character.
public static readonly string IconFontFamily
Gets the font size icon character.
public static readonly string IconFontSize
Gets the formatting icon character.
public static readonly string IconFormatting
Gets the forward icon character.
public static readonly string IconForward
Gets the gallery icon character.
public static readonly string IconGallery
Gets the go to first page icon character.
public static readonly string IconGoToFirstPage
Gets the go to last page icon character.
public static readonly string IconGoToLastPage
Gets the go to next page icon character.
public static readonly string IconGoToNextPage
Gets the go to previous page icon character.
public static readonly string IconGoToPreviousPage
Gets the indent icon character.
public static readonly string IconIndent
Gets the italic icon character.
public static readonly string IconItalic
Gets the left arrow icon character.
public static readonly string IconLeftArrow
Gets the left direction arrow icon character.
public static readonly string IconLeftDir
Gets the lightbulb icon character.
public static readonly string IconLightBulb
Gets the loading icon character.
public static readonly string IconLoading
Gets the match case icon character.
public static readonly string IconMatchCase
Gets the microphone icon character.
public static readonly string IconMicrophone
Gets the numbering icon character.
public static readonly string IconNumbering
Gets the open hyperlink icon character.
public static readonly string IconOpenHyperlink
Gets the outdent icon character.
public static readonly string IconOutdent
Gets the paint bucket icon character.
public static readonly string IconPaintBucket
Gets the paste sparkle icon character.
public static readonly string IconPasteSparkle
Gets the placeholder icon character.
public static readonly string IconPlaceholder
Gets the question icon character.
public static readonly string IconQuestion
Gets the recurrence icon character.
public static readonly string IconRecurrence
Gets the recurrence exception icon character.
public static readonly string IconRecurrenceException
Gets the refresh icon character.
public static readonly string IconRefresh
Gets the rejected icon character.
public static readonly string IconRejected
Gets the remove hyperlink icon character.
public static readonly string IconRemoveHyperlink
Gets the resize icon character.
public static readonly string IconResize
Gets the right arrow icon character.
public static readonly string IconRightArrow
Gets the right direction arrow icon character.
public static readonly string IconRightDir
Gets the right pointer icon character.
public static readonly string IconRightPointer
Gets the rotate left icon character.
public static readonly string IconRotateLeft
Gets the rotate right icon character.
public static readonly string IconRotateRight
Gets the saturation icon character.
public static readonly string IconSaturation
Gets the search icon character.
public static readonly string IconSearch
Gets the semantic search icon character.
public static readonly string IconSemanticSearch
Gets the send message icon character.
public static readonly string IconSendMessage
Gets the sharpen icon character.
public static readonly string IconSharpen
Gets the smily icon character.
public static readonly string IconSmiley
Gets the sort ascending icon character.
public static readonly string IconSortAscending
Gets the sort descending icon character.
public static readonly string IconSortDescending
Gets the sparkle icon character.
public static readonly string IconSparkle
Gets the stop recording icon character.
public static readonly string IconStopRecording
Gets the strikethrough icon character.
public static readonly string IconStrikethrough
Gets the subscript icon character.
public static readonly string IconSubscript
Gets the superscript icon character.
public static readonly string IconSuperscript
Gets the thumbs down icon character.
public static readonly string IconThumbsDown
Gets the thumbs up icon character.
public static readonly string IconThumbsUp
Gets the transformations icon character.
public static readonly string IconTransformations
Gets the typing authors icon character.
public static readonly string IconTypingAuthors
Gets the underlined icon character.
public static readonly string IconUnderlined
Gets the up arrow icon character.
public static readonly string IconUpArrow
Gets the up direction arrow icon character.
public static readonly string IconUpDir
Gets the warning triangle icon character.
public static readonly string IconWarningTriangle
Gets the zoom in icon character.
public static readonly string IconZoomIn
Gets the zoom out icon character.
public static readonly string IconZoomOut
Gets the zoom to fit icon character.
public static readonly string IconZoomToFit
Properties
PlatformFont
Typeface
Gets the platform Telerik font. May return null when using native embedding.
public static Typeface PlatformFont { get; }