Class IconName
Specifies all icon names that can be rendered using the SfIcon component when the Name property is set. This enumeration includes identifiers for all available predefined icons, allowing clear selection in UI scenarios where iconography is important for user interaction.
Inheritance
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class IconName : Enum
Remarks
Use values from IconName when you want to specify a named icon in the Syncfusion Blazor Buttons set for Name. Each value represents a unique icon in the icon font collection and provides strong typing and IntelliSense support in your application code.
Specify values in markup or code as IconName.IconValue
(e.g., IconName.AddBookmark
).
Examples
The following example demonstrates how to use the AddBookmark value with the SfIcon component in Blazor:
<SfIcon Name="@IconName.AddBookmark" />
Fields
AboveAverage
Represents an icon displaying values above the calculated average, commonly used in data analysis, spreadsheet applications, or conditional formatting scenarios to highlight cells or data points that exceed the mean value.
Declaration
public const IconName AboveAverage
Field Value
Type |
---|
IconName |
Activities
Represents an icon for activities or task-related functionality, typically used in calendar, project management, or workflow applications to indicate active items or scheduled activities.
Declaration
public const IconName Activities
Field Value
Type |
---|
IconName |
AddBookmark
Represents an icon for adding a bookmark, commonly used in web browsers, document editors, or reading applications to allow users to save and quickly access frequently visited pages or sections.
Declaration
public const IconName AddBookmark
Field Value
Type |
---|
IconName |
AddChartElement
Represents an icon for adding chart elements such as titles, legends, or data labels, typically used in charting applications or data visualization tools to enhance chart presentation and readability.
Declaration
public const IconName AddChartElement
Field Value
Type |
---|
IconName |
AddNotes
Represents an icon for adding notes or annotations, commonly used in document editors, presentation software, or collaboration tools to allow users to attach additional information or comments.
Declaration
public const IconName AddNotes
Field Value
Type |
---|
IconName |
Adjustment
Represents an icon for adjustment settings or configuration options, typically used in image editors, system preferences, or application settings to indicate fine-tuning capabilities.
Declaration
public const IconName Adjustment
Field Value
Type |
---|
IconName |
AgendaDateRange
Represents an icon for selecting agenda date ranges, commonly used in calendar applications, scheduling software, or event management systems to specify time periods for viewing or filtering events.
Declaration
public const IconName AgendaDateRange
Field Value
Type |
---|
IconName |
AIChat
Represents an icon for AI-powered chat functionality, typically used in modern applications that integrate artificial intelligence chatbots, virtual assistants, or intelligent conversation features.
Declaration
public const IconName AIChat
Field Value
Type |
---|
IconName |
AlignBottom
Represents an icon for bottom alignment, commonly used in text editors, layout design tools, or formatting applications to align content to the bottom of a container or reference line.
Declaration
public const IconName AlignBottom
Field Value
Type |
---|
IconName |
AlignCenter
Represents an icon for center alignment, typically used in text editors, word processors, or layout applications to horizontally center content within a container or page width.
Declaration
public const IconName AlignCenter
Field Value
Type |
---|
IconName |
AlignLeft
Represents an icon for left alignment, commonly used in text editors, document processors, or layout design tools to align content to the left margin or container edge.
Declaration
public const IconName AlignLeft
Field Value
Type |
---|
IconName |
AlignMiddle
Represents an icon for middle (vertical center) alignment, typically used in layout design applications, text editors, or formatting tools to vertically center content within a container.
Declaration
public const IconName AlignMiddle
Field Value
Type |
---|
IconName |
AlignRight
Represents an icon for right alignment, commonly used in text editors, document processors, or layout applications to align content to the right margin or container edge.
Declaration
public const IconName AlignRight
Field Value
Type |
---|
IconName |
AlignTop
Represents an icon for top alignment, typically used in layout design tools, text editors, or formatting applications to align content to the top of a container or reference line.
Declaration
public const IconName AlignTop
Field Value
Type |
---|
IconName |
All
Represents an icon for selecting all items or applying actions to all available options, commonly used in file managers, text editors, or data management applications for bulk operations.
Declaration
public const IconName All
Field Value
Type |
---|
IconName |
AllBookmarks
Represents an icon for displaying or managing all bookmarks, typically used in web browsers, document readers, or bookmark management applications to show the complete collection of saved bookmarks.
Declaration
public const IconName AllBookmarks
Field Value
Type |
---|
IconName |
Animals
Represents an icon for animal-related content or emoji categories, commonly used in emoji pickers, content categorization systems, or applications dealing with wildlife or pet-related functionality.
Declaration
public const IconName Animals
Field Value
Type |
---|
IconName |
AnnotationEdit
Represents an icon for editing annotations or comments, typically used in PDF viewers, document collaboration tools, or markup applications to modify existing annotations or notes.
Declaration
public const IconName AnnotationEdit
Field Value
Type |
---|
IconName |
Area
Represents an icon for area-related functionality such as area charts or spatial calculations, commonly used in charting applications, mapping software, or geometric analysis tools.
Declaration
public const IconName Area
Field Value
Type |
---|
IconName |
ArrowDown
Represents a downward-pointing arrow icon, typically used for navigation, dropdown menus, sorting descending order, or indicating downward movement or direction in user interfaces.
Declaration
public const IconName ArrowDown
Field Value
Type |
---|
IconName |
ArrowLeft
Represents a leftward-pointing arrow icon, commonly used for navigation, back buttons, previous actions, or indicating leftward movement in user interface navigation flows.
Declaration
public const IconName ArrowLeft
Field Value
Type |
---|
IconName |
ArrowRight
Represents a rightward-pointing arrow icon, typically used for navigation, forward buttons, next actions, or indicating rightward movement in user interface navigation flows.
Declaration
public const IconName ArrowRight
Field Value
Type |
---|
IconName |
ArrowRightUp
Represents a diagonal arrow pointing right and upward, commonly used to indicate external links, expanding actions, or movement in a north-east direction in user interfaces.
Declaration
public const IconName ArrowRightUp
Field Value
Type |
---|
IconName |
ArrowUp
Represents an upward-pointing arrow icon, typically used for navigation, collapsing content, sorting ascending order, or indicating upward movement or direction in user interfaces.
Declaration
public const IconName ArrowUp
Field Value
Type |
---|
IconName |
Attachment
Represents an icon for file attachments, commonly used in email applications, messaging systems, or document management tools to indicate files that are attached to messages or documents.
Declaration
public const IconName Attachment
Field Value
Type |
---|
IconName |
Audio
Represents an icon for audio-related functionality, typically used in media players, audio editors, or multimedia applications to indicate sound files, audio controls, or voice features.
Declaration
public const IconName Audio
Field Value
Type |
---|
IconName |
AutoFitAllColumn
Represents an icon for automatically fitting all columns to their content width, commonly used in spreadsheet applications, data grids, or table editors to optimize column sizing for better readability.
Declaration
public const IconName AutoFitAllColumn
Field Value
Type |
---|
IconName |
AutoFitColumn
Represents an icon for automatically fitting a single column to its content width, typically used in data grid applications or table editors to resize columns based on their content.
Declaration
public const IconName AutoFitColumn
Field Value
Type |
---|
IconName |
AutoFitContent
Represents an icon for automatically fitting content to available space, commonly used in layout applications, document viewers, or presentation software to optimize content display.
Declaration
public const IconName AutoFitContent
Field Value
Type |
---|
IconName |
AutoFitWindow
Represents an icon for automatically fitting content to the window size, typically used in document viewers, image editors, or presentation applications to scale content to the viewport.
Declaration
public const IconName AutoFitWindow
Field Value
Type |
---|
IconName |
BelowAverage
Represents an icon displaying values below the calculated average, commonly used in data analysis, spreadsheet applications, or conditional formatting scenarios to highlight cells or data points that fall below the mean value.
Declaration
public const IconName BelowAverage
Field Value
Type |
---|
IconName |
Between
Represents an icon for filtering or selecting items within a specified range, typically used in data analysis tools, search filters, or conditional formatting to identify values between two boundaries.
Declaration
public const IconName Between
Field Value
Type |
---|
IconName |
Blockquote
Represents an icon for blockquote formatting, commonly used in text editors, blog platforms, or document processors to indicate quoted text or cited content that should be visually distinguished.
Declaration
public const IconName Blockquote
Field Value
Type |
---|
IconName |
Bold
Represents an icon for bold text formatting, typically used in text editors, word processors, or rich text editors to apply or indicate bold font weight to selected text.
Declaration
public const IconName Bold
Field Value
Type |
---|
IconName |
Bookmark
Represents an icon for bookmarking functionality, commonly used in web browsers, reading applications, or content management systems to save and organize frequently accessed pages or content.
Declaration
public const IconName Bookmark
Field Value
Type |
---|
IconName |
BorderAll
Represents an icon for applying borders to all sides of a cell or element, typically used in spreadsheet applications, table editors, or layout design tools to create complete border outlines.
Declaration
public const IconName BorderAll
Field Value
Type |
---|
IconName |
BorderBottom
Represents an icon for applying a border to the bottom edge only, commonly used in spreadsheet applications, table formatting, or CSS layout tools to add bottom borders to elements.
Declaration
public const IconName BorderBottom
Field Value
Type |
---|
IconName |
BorderBox
Represents an icon for border box formatting or box model visualization, typically used in layout design tools, CSS editors, or web development applications to indicate border-box sizing behavior.
Declaration
public const IconName BorderBox
Field Value
Type |
---|
IconName |
BorderCenter
Represents an icon for applying center borders or dividers, commonly used in table editors, spreadsheet applications, or layout tools to add vertical or horizontal dividing lines through content.
Declaration
public const IconName BorderCenter
Field Value
Type |
---|
IconName |
BorderCustom
Represents an icon for applying custom border styles, typically used in design applications, document editors, or formatting tools to access advanced border customization options and settings.
Declaration
public const IconName BorderCustom
Field Value
Type |
---|
IconName |
BorderDiagonal1
Represents an icon for applying a diagonal border from top-left to bottom-right, typically used in spreadsheet applications or table editors to create diagonal cell divisions or crossed-out effects.
Declaration
public const IconName BorderDiagonal1
Field Value
Type |
---|
IconName |
BorderDiagonal2
Represents an icon for applying a diagonal border from top-right to bottom-left, commonly used in spreadsheet applications or table formatting to create alternative diagonal cell divisions or crossed-out effects.
Declaration
public const IconName BorderDiagonal2
Field Value
Type |
---|
IconName |
BorderDiagonalDown
Represents an icon for applying a downward diagonal border, typically used in table editors, spreadsheet applications, or design tools to create diagonal lines that slope from upper-left to lower-right.
Declaration
public const IconName BorderDiagonalDown
Field Value
Type |
---|
IconName |
BorderDiagonalUp
Represents an icon for applying an upward diagonal border, commonly used in spreadsheet applications, table formatting, or design tools to create diagonal lines that slope from lower-left to upper-right.
Declaration
public const IconName BorderDiagonalUp
Field Value
Type |
---|
IconName |
BorderFrame
Represents an icon for applying frame-style borders, typically used in document editors, design applications, or layout tools to create decorative or structural border frames around content or images.
Declaration
public const IconName BorderFrame
Field Value
Type |
---|
IconName |
BorderInner
Represents an icon for applying inner borders only, commonly used in table editors, spreadsheet applications, or grid layouts to add borders between cells while excluding outer borders.
Declaration
public const IconName BorderInner
Field Value
Type |
---|
IconName |
BorderLeft
Represents an icon for applying a border to the left edge only, typically used in spreadsheet applications, table formatting, or layout design tools to add left borders to elements.
Declaration
public const IconName BorderLeft
Field Value
Type |
---|
IconName |
BorderMiddle
Represents an icon for applying middle or center borders, commonly used in table editors, spreadsheet applications, or layout tools to add dividing lines through the middle of content areas.
Declaration
public const IconName BorderMiddle
Field Value
Type |
---|
IconName |
BorderNone
Represents an icon for removing all borders, typically used in spreadsheet applications, table editors, or formatting tools to clear existing border styling from selected elements.
Declaration
public const IconName BorderNone
Field Value
Type |
---|
IconName |
BorderNone1
Represents an alternative icon for removing borders, commonly used in design applications, formatting tools, or layout editors as a secondary option for clearing border styling.
Declaration
public const IconName BorderNone1
Field Value
Type |
---|
IconName |
BorderOuter
Represents an icon for applying outer borders only, typically used in table editors, spreadsheet applications, or grid layouts to add borders around the perimeter while excluding inner dividing lines.
Declaration
public const IconName BorderOuter
Field Value
Type |
---|
IconName |
BorderRight
Represents an icon for applying a border to the right edge only, commonly used in spreadsheet applications, table formatting, or layout design tools to add right borders to elements.
Declaration
public const IconName BorderRight
Field Value
Type |
---|
IconName |
BorderShadow
Represents an icon for applying shadow-style borders, typically used in design applications, document editors, or layout tools to create borders with shadow effects for enhanced visual depth.
Declaration
public const IconName BorderShadow
Field Value
Type |
---|
IconName |
BorderShadow2
Represents an alternative icon for applying shadow-style borders, commonly used in design tools, formatting applications, or layout editors as a secondary shadow border option.
Declaration
public const IconName BorderShadow2
Field Value
Type |
---|
IconName |
BorderTop
Represents an icon for applying a border to the top edge only, typically used in spreadsheet applications, table formatting, or layout design tools to add top borders to elements.
Declaration
public const IconName BorderTop
Field Value
Type |
---|
IconName |
BottomTen
Represents an icon for filtering or highlighting the bottom 10 values, commonly used in data analysis, spreadsheet applications, or statistical tools to identify the lowest-performing or smallest data points.
Declaration
public const IconName BottomTen
Field Value
Type |
---|
IconName |
BottomTenItems
Represents an icon for filtering or displaying the bottom 10 items in a dataset, typically used in data analysis tools, reporting applications, or statistical software to show the lowest-ranked items.
Declaration
public const IconName BottomTenItems
Field Value
Type |
---|
IconName |
Box
Represents an icon for box or container elements, commonly used in design applications, layout tools, or diagramming software to indicate rectangular containers, shapes, or bounding boxes.
Declaration
public const IconName Box
Field Value
Type |
---|
IconName |
Break
Represents an icon for break functionality, typically used in text editors, document processors, or layout applications to insert line breaks, paragraph breaks, or other content separations.
Declaration
public const IconName Break
Field Value
Type |
---|
IconName |
BreakPage
Represents an icon for page break functionality, commonly used in document editors, word processors, or printing applications to insert manual page breaks that force content to start on a new page.
Declaration
public const IconName BreakPage
Field Value
Type |
---|
IconName |
BreakSection
Represents an icon for section break functionality, typically used in document editors, word processors, or publication software to insert section breaks that separate document sections with different formatting.
Declaration
public const IconName BreakSection
Field Value
Type |
---|
IconName |
Brightness
Represents an icon for brightness adjustment controls, commonly used in image editors, display settings, or photo editing applications to modify the brightness or luminosity of images or screen display.
Declaration
public const IconName Brightness
Field Value
Type |
---|
IconName |
BringForward
Represents an icon for bringing objects forward in the layer stack, typically used in design applications, drawing tools, or presentation software to move selected objects one layer closer to the front.
Declaration
public const IconName BringForward
Field Value
Type |
---|
IconName |
BringToCenter
Represents an icon for centering objects or content, commonly used in design applications, layout tools, or alignment features to position elements at the center of a container or canvas.
Declaration
public const IconName BringToCenter
Field Value
Type |
---|
IconName |
BringToFront
Represents an icon for bringing objects to the front layer, typically used in design applications, drawing software, or presentation tools to move selected objects to the topmost layer in the stack.
Declaration
public const IconName BringToFront
Field Value
Type |
---|
IconName |
BringToView
Represents an icon for bringing objects into view, commonly used in navigation interfaces, zoom controls, or viewport management to ensure selected content is visible within the current display area.
Declaration
public const IconName BringToView
Field Value
Type |
---|
IconName |
BuildingBlock
Represents an icon for building blocks or reusable components, typically used in document editors, template systems, or content management applications to indicate modular content pieces.
Declaration
public const IconName BuildingBlock
Field Value
Type |
---|
IconName |
Bullet1
Represents the first bullet point style icon, commonly used in text editors, word processors, or list formatting tools to create unordered lists with a primary bullet point appearance.
Declaration
public const IconName Bullet1
Field Value
Type |
---|
IconName |
Bullet2
Represents the second bullet point style icon, typically used in text editors, document processors, or list formatting applications to provide alternative bullet point styling options.
Declaration
public const IconName Bullet2
Field Value
Type |
---|
IconName |
Bullet3
Represents the third bullet point style icon, commonly used in text editors, word processors, or formatting tools to offer additional bullet point style variations for list creation.
Declaration
public const IconName Bullet3
Field Value
Type |
---|
IconName |
Bullet4
Represents the fourth bullet point style icon, typically used in text editors, document processors, or list formatting tools to provide additional bullet point styling variations for diverse list presentations.
Declaration
public const IconName Bullet4
Field Value
Type |
---|
IconName |
Bullet5
Represents the fifth bullet point style icon, commonly used in word processors, text editors, or formatting applications to offer extended bullet point style options for comprehensive list formatting.
Declaration
public const IconName Bullet5
Field Value
Type |
---|
IconName |
Bullet6
Represents the sixth bullet point style icon, typically used in document editors, text processors, or list formatting tools to complete the range of bullet point styling options.
Declaration
public const IconName Bullet6
Field Value
Type |
---|
IconName |
ButtonField
Represents an icon for button form fields, commonly used in form designers, document editors, or interactive PDF creators to insert clickable button elements into forms or documents.
Declaration
public const IconName ButtonField
Field Value
Type |
---|
IconName |
CalculatedMember
Represents an icon for calculated members in data analysis, commonly used in pivot table tools, OLAP applications, or business intelligence software to indicate computed fields or derived measures.
Declaration
public const IconName CalculatedMember
Field Value
Type |
---|
IconName |
CalculateSheet
Represents an icon for spreadsheet calculation functionality, typically used in spreadsheet applications, financial software, or data analysis tools to trigger recalculation of formulas and computed values.
Declaration
public const IconName CalculateSheet
Field Value
Type |
---|
IconName |
Calculation
Represents an icon for calculation or mathematical operations, typically used in calculator applications, formula editors, or computational tools to indicate calculation functionality.
Declaration
public const IconName Calculation
Field Value
Type |
---|
IconName |
Caption
Represents an icon for caption or subtitle functionality, commonly used in media players, video editors, or accessibility tools to add or manage text captions for multimedia content.
Declaration
public const IconName Caption
Field Value
Type |
---|
IconName |
Cell
Represents an icon for cell operations or selection, typically used in spreadsheet applications, table editors, or grid controls to indicate cell-specific actions or currently selected cells.
Declaration
public const IconName Cell
Field Value
Type |
---|
IconName |
ChangeCase
Represents an icon for changing text case, commonly used in text editors, word processors, or formatting tools to convert text between uppercase, lowercase, title case, or other case variations.
Declaration
public const IconName ChangeCase
Field Value
Type |
---|
IconName |
ChangesAccept
Represents an icon for accepting tracked changes, typically used in document collaboration tools, version control systems, or review workflows to approve and incorporate suggested modifications.
Declaration
public const IconName ChangesAccept
Field Value
Type |
---|
IconName |
ChangeScaleRatio
Represents an icon for changing scale ratios, commonly used in design applications, image editors, or layout tools to modify the proportional scaling or aspect ratio of objects or content.
Declaration
public const IconName ChangeScaleRatio
Field Value
Type |
---|
IconName |
ChangesReject
Represents an icon for rejecting tracked changes, typically used in document collaboration tools, review systems, or version control workflows to decline and remove suggested modifications.
Declaration
public const IconName ChangesReject
Field Value
Type |
---|
IconName |
ChangesTrack
Represents an icon for enabling change tracking, commonly used in document editors, collaboration tools, or version control systems to monitor and record all modifications made to content.
Declaration
public const IconName ChangesTrack
Field Value
Type |
---|
IconName |
CharacterStyle
Represents an icon for character-level text styling, commonly used in word processors, text editors, or formatting tools to apply or indicate character-specific formatting options like font, size, or color.
Declaration
public const IconName CharacterStyle
Field Value
Type |
---|
IconName |
Chart
Represents an icon for chart or graph functionality, typically used in data visualization applications, spreadsheet software, or business intelligence tools to create and manage various chart types.
Declaration
public const IconName Chart
Field Value
Type |
---|
IconName |
Chart2D100PercentStackedArea
Represents an icon for 2D 100% stacked area charts, commonly used in charting applications or data visualization tools to display area charts where each data series is stacked to total 100%.
Declaration
public const IconName Chart2D100PercentStackedArea
Field Value
Type |
---|
IconName |
Chart2D100PercentStackedBar
Represents an icon for 2D 100% stacked bar charts, typically used in charting software or data analysis tools to create horizontal bar charts where segments are proportionally stacked to 100%.
Declaration
public const IconName Chart2D100PercentStackedBar
Field Value
Type |
---|
IconName |
Chart2D100PercentStackedColumn
Represents an icon for 2D 100% stacked column charts, commonly used in data visualization applications or reporting tools to display vertical column charts with proportionally stacked segments totaling 100%.
Declaration
public const IconName Chart2D100PercentStackedColumn
Field Value
Type |
---|
IconName |
Chart2D100PercentStackedLine
Represents an icon for 2D 100% stacked line charts, typically used in charting applications or trend analysis tools to show line charts where multiple data series are proportionally stacked to 100%.
Declaration
public const IconName Chart2D100PercentStackedLine
Field Value
Type |
---|
IconName |
Chart2D100PercentStackedLineMarked
Represents an icon for 2D 100% stacked line charts with data point markers, commonly used in data visualization tools to display marked line charts where series are proportionally stacked to 100%.
Declaration
public const IconName Chart2D100PercentStackedLineMarked
Field Value
Type |
---|
IconName |
Chart2DArea
Represents an icon for 2D area charts, typically used in charting applications or data analysis tools to create area charts that display quantitative data over a continuous interval.
Declaration
public const IconName Chart2DArea
Field Value
Type |
---|
IconName |
Chart2DClusteredBar
Represents an icon for 2D clustered bar charts, commonly used in data visualization software to create horizontal bar charts where multiple data series are grouped side by side.
Declaration
public const IconName Chart2DClusteredBar
Field Value
Type |
---|
IconName |
Chart2DClusteredColumn
Represents an icon for 2D clustered column charts, typically used in charting applications to display vertical column charts with multiple data series grouped together for comparison.
Declaration
public const IconName Chart2DClusteredColumn
Field Value
Type |
---|
IconName |
Chart2DLine
Represents an icon for 2D line charts, commonly used in data visualization tools, trend analysis applications, or reporting software to display data trends over time or categories.
Declaration
public const IconName Chart2DLine
Field Value
Type |
---|
IconName |
Chart2DLineMarked
Represents an icon for 2D line charts with data point markers, typically used in charting applications to create line charts that highlight individual data points with visible markers.
Declaration
public const IconName Chart2DLineMarked
Field Value
Type |
---|
IconName |
Chart2DPie
Represents an icon for 2D pie charts, commonly used in data visualization applications, statistical tools, or reporting software to display proportional data as circular segments.
Declaration
public const IconName Chart2DPie
Field Value
Type |
---|
IconName |
Chart2DStackedArea
Represents an icon for 2D stacked area charts, typically used in charting software to display area charts where multiple data series are stacked on top of each other.
Declaration
public const IconName Chart2DStackedArea
Field Value
Type |
---|
IconName |
Chart2DStackedBar
Represents an icon for 2D stacked bar charts, commonly used in data visualization tools to create horizontal bar charts with multiple data series stacked within each bar.
Declaration
public const IconName Chart2DStackedBar
Field Value
Type |
---|
IconName |
Chart2DStackedColumn
Represents an icon for 2D stacked column charts, typically used in charting applications to display vertical column charts where data series are stacked on top of each other.
Declaration
public const IconName Chart2DStackedColumn
Field Value
Type |
---|
IconName |
Chart2DStackedLine
Represents an icon for 2D stacked line charts, typically used in charting applications to create line charts where multiple data series are stacked vertically to show cumulative values.
Declaration
public const IconName Chart2DStackedLine
Field Value
Type |
---|
IconName |
Chart2DStackedLineMarked
Represents an icon for 2D stacked line charts with data point markers, commonly used in data visualization tools to display marked line charts with stacked data series.
Declaration
public const IconName Chart2DStackedLineMarked
Field Value
Type |
---|
IconName |
ChartAxes
Represents an icon for chart axes configuration, typically used in charting applications or data visualization tools to manage the display and formatting of chart axes.
Declaration
public const IconName ChartAxes
Field Value
Type |
---|
IconName |
ChartAxesPrimaryHorizontal
Represents an icon for primary horizontal chart axes, commonly used in charting software to configure the main horizontal (X) axis properties and appearance.
Declaration
public const IconName ChartAxesPrimaryHorizontal
Field Value
Type |
---|
IconName |
ChartAxesPrimaryVertical
Represents an icon for primary vertical chart axes, typically used in data visualization applications to configure the main vertical (Y) axis properties and formatting.
Declaration
public const IconName ChartAxesPrimaryVertical
Field Value
Type |
---|
IconName |
ChartAxisTitles
Represents an icon for chart axis titles, commonly used in charting applications to add, edit, or configure titles for chart axes to improve chart readability.
Declaration
public const IconName ChartAxisTitles
Field Value
Type |
---|
IconName |
ChartAxisTitlesPrimaryHorizontal
Represents an icon for primary horizontal axis titles, typically used in charting software to manage titles for the main horizontal (X) axis of charts.
Declaration
public const IconName ChartAxisTitlesPrimaryHorizontal
Field Value
Type |
---|
IconName |
ChartAxisTitlesPrimaryVertical
Represents an icon for primary vertical axis titles, commonly used in data visualization tools to configure titles for the main vertical (Y) axis of charts.
Declaration
public const IconName ChartAxisTitlesPrimaryVertical
Field Value
Type |
---|
IconName |
ChartDataLabels
Represents an icon for chart data labels, typically used in charting applications to show, hide, or configure labels that display data values directly on chart elements.
Declaration
public const IconName ChartDataLabels
Field Value
Type |
---|
IconName |
ChartDataLabelsCenter
Represents an icon for center-positioned chart data labels, commonly used in charting software to display data labels at the center of chart elements like bars or pie slices.
Declaration
public const IconName ChartDataLabelsCenter
Field Value
Type |
---|
IconName |
ChartDataLabelsInsideBase
Represents an icon for inside base chart data labels, typically used in charting applications to position data labels at the base or bottom of chart elements like columns or bars.
Declaration
public const IconName ChartDataLabelsInsideBase
Field Value
Type |
---|
IconName |
ChartDataLabelsInsideEnd
Represents an icon for inside end chart data labels, commonly used in charting software to display data labels at the end or top of chart elements within the chart area.
Declaration
public const IconName ChartDataLabelsInsideEnd
Field Value
Type |
---|
IconName |
ChartDataLabelsNone
Represents an icon for hiding chart data labels, typically used in data visualization applications to remove or disable the display of data labels on chart elements.
Declaration
public const IconName ChartDataLabelsNone
Field Value
Type |
---|
IconName |
ChartDataLabelsOutsideEnd
Represents an icon for outside end chart data labels, commonly used in charting tools to position data labels outside the chart elements at their endpoints for better visibility.
Declaration
public const IconName ChartDataLabelsOutsideEnd
Field Value
Type |
---|
IconName |
ChartDonut
Represents an icon for donut charts, typically used in data visualization applications to create circular charts with a hollow center, similar to pie charts but with a central void.
Declaration
public const IconName ChartDonut
Field Value
Type |
---|
IconName |
ChartGridlines
Represents an icon for chart gridlines, commonly used in charting software to show, hide, or configure the horizontal and vertical grid lines that aid in reading chart values.
Declaration
public const IconName ChartGridlines
Field Value
Type |
---|
IconName |
ChartInsertBar
Represents an icon for inserting bar charts, typically used in charting applications or data visualization tools to create new horizontal bar charts for data representation.
Declaration
public const IconName ChartInsertBar
Field Value
Type |
---|
IconName |
ChartInsertColumn
Represents an icon for inserting column charts, commonly used in data visualization software to create new vertical column charts for displaying categorical data.
Declaration
public const IconName ChartInsertColumn
Field Value
Type |
---|
IconName |
ChartInsertLine
Represents an icon for inserting line charts, typically used in charting applications to create new line charts ideal for showing trends and changes over time.
Declaration
public const IconName ChartInsertLine
Field Value
Type |
---|
IconName |
ChartInsertPie
Represents an icon for inserting pie charts, commonly used in data visualization tools to create new circular charts that display proportional data as slices of a pie.
Declaration
public const IconName ChartInsertPie
Field Value
Type |
---|
IconName |
ChartInsertXYScatter
Represents an icon for inserting XY scatter charts, typically used in data visualization applications to create scatter plots that show relationships between two numerical variables.
Declaration
public const IconName ChartInsertXYScatter
Field Value
Type |
---|
IconName |
ChartLegend
Represents an icon for chart legends, commonly used in charting software to show, hide, or configure the legend that explains chart data series and their visual representations.
Declaration
public const IconName ChartLegend
Field Value
Type |
---|
IconName |
ChartLegendBottom
Represents an icon for positioning chart legends at the bottom, typically used in data visualization tools to place the legend below the chart area.
Declaration
public const IconName ChartLegendBottom
Field Value
Type |
---|
IconName |
ChartLegendLeft
Represents an icon for positioning chart legends on the left side, commonly used in charting applications to place the legend to the left of the chart area.
Declaration
public const IconName ChartLegendLeft
Field Value
Type |
---|
IconName |
ChartLegendNone
Represents an icon for hiding chart legends, typically used in data visualization software to remove or disable the display of chart legends for a cleaner appearance.
Declaration
public const IconName ChartLegendNone
Field Value
Type |
---|
IconName |
ChartLegendRight
Represents an icon for positioning chart legends on the right side, commonly used in charting tools to place the legend to the right of the chart area.
Declaration
public const IconName ChartLegendRight
Field Value
Type |
---|
IconName |
ChartLegendTop
Represents an icon for positioning chart legends at the top, typically used in data visualization applications to place the legend above the chart area.
Declaration
public const IconName ChartLegendTop
Field Value
Type |
---|
IconName |
ChartLines
Represents an icon for chart trend lines or reference lines, commonly used in charting software to add analytical lines that help interpret data patterns and trends.
Declaration
public const IconName ChartLines
Field Value
Type |
---|
IconName |
ChartPrimaryMajorHorizontal
Represents an icon for primary major horizontal gridlines, typically used in charting applications to configure the main horizontal grid lines that aid in reading chart values.
Declaration
public const IconName ChartPrimaryMajorHorizontal
Field Value
Type |
---|
IconName |
ChartPrimaryMajorVertical
Represents an icon for primary major vertical gridlines, commonly used in data visualization tools to manage the main vertical grid lines that improve chart readability.
Declaration
public const IconName ChartPrimaryMajorVertical
Field Value
Type |
---|
IconName |
ChartPrimaryMinorHorizontal
Represents an icon for primary minor horizontal gridlines, typically used in charting software to configure secondary horizontal grid lines that provide finer value references.
Declaration
public const IconName ChartPrimaryMinorHorizontal
Field Value
Type |
---|
IconName |
ChartPrimaryMinorVertical
Represents an icon for primary minor vertical gridlines, commonly used in data visualization applications to manage secondary vertical grid lines for detailed chart analysis.
Declaration
public const IconName ChartPrimaryMinorVertical
Field Value
Type |
---|
IconName |
ChartScatter
Represents an icon for scatter charts, typically used in statistical applications or data analysis tools to display data points plotted on two axes to show correlations.
Declaration
public const IconName ChartScatter
Field Value
Type |
---|
IconName |
ChartSwitchRowColumn
Represents an icon for switching chart rows and columns, commonly used in charting applications to transpose data orientation and change how data series are plotted.
Declaration
public const IconName ChartSwitchRowColumn
Field Value
Type |
---|
IconName |
ChartTitle
Represents an icon for chart titles, typically used in data visualization software to add, edit, or configure main titles that describe the chart's purpose or content.
Declaration
public const IconName ChartTitle
Field Value
Type |
---|
IconName |
ChartTitleCenteredOverlay
Represents an icon for centered overlay chart titles, commonly used in charting tools to position chart titles as centered overlays within the chart area.
Declaration
public const IconName ChartTitleCenteredOverlay
Field Value
Type |
---|
IconName |
ChartTitleNone
Represents an icon for hiding chart titles, typically used in data visualization applications to remove or disable the display of chart titles for a cleaner presentation.
Declaration
public const IconName ChartTitleNone
Field Value
Type |
---|
IconName |
Check
Represents a checkmark icon, commonly used in user interfaces to indicate completion, approval, success states, or selected items in lists and forms.
Declaration
public const IconName Check
Field Value
Type |
---|
IconName |
CheckBox
Represents a checkbox form control icon, typically used in form designers, user interfaces, or input controls to create selectable boolean options.
Declaration
public const IconName CheckBox
Field Value
Type |
---|
IconName |
Checklist
Represents an icon for checklists, commonly used in task management or form interfaces, ideal for indicating lists with checkable items..
Declaration
public const IconName Checklist
Field Value
Type |
---|
IconName |
ChevronDown
Represents a downward-pointing chevron icon, commonly used for dropdown menus, expandable sections, or navigation controls to indicate downward movement or expansion.
Declaration
public const IconName ChevronDown
Field Value
Type |
---|
IconName |
ChevronDownDouble
Represents a double downward-pointing chevron icon, commonly used in user interfaces to indicate fast scrolling downward, multiple-level expansion, or skip-to-end navigation.
Declaration
public const IconName ChevronDownDouble
Field Value
Type |
---|
IconName |
ChevronDownFill
Represents a filled downward-pointing chevron icon, typically used in dropdown menus, collapsible sections, or navigation controls where a solid chevron style is preferred.
Declaration
public const IconName ChevronDownFill
Field Value
Type |
---|
IconName |
ChevronLeft
Represents a leftward-pointing chevron icon, commonly used for navigation, back buttons, previous actions, or collapsible sidebar controls in user interfaces.
Declaration
public const IconName ChevronLeft
Field Value
Type |
---|
IconName |
ChevronLeftDouble
Represents a double leftward-pointing chevron icon, typically used for fast navigation backward, skip-to-beginning actions, or multi-level navigation controls.
Declaration
public const IconName ChevronLeftDouble
Field Value
Type |
---|
IconName |
ChevronLeftFill
Represents a filled leftward-pointing chevron icon, commonly used in navigation interfaces where a solid chevron style provides better visual emphasis.
Declaration
public const IconName ChevronLeftFill
Field Value
Type |
---|
IconName |
ChevronLeftSmall
Represents a small leftward-pointing chevron icon, typically used in compact user interfaces, breadcrumb navigation, or space-constrained layouts.
Declaration
public const IconName ChevronLeftSmall
Field Value
Type |
---|
IconName |
ChevronRight
Represents a rightward-pointing chevron icon, commonly used for navigation, forward buttons, next actions, or expandable content controls in user interfaces.
Declaration
public const IconName ChevronRight
Field Value
Type |
---|
IconName |
ChevronRightDouble
Represents a double rightward-pointing chevron icon, typically used for fast navigation forward, skip-to-end actions, or multi-level navigation controls.
Declaration
public const IconName ChevronRightDouble
Field Value
Type |
---|
IconName |
ChevronRightFill
Represents a filled rightward-pointing chevron icon, commonly used in navigation interfaces where a solid chevron style provides enhanced visibility and emphasis.
Declaration
public const IconName ChevronRightFill
Field Value
Type |
---|
IconName |
ChevronRightSmall
Represents a small rightward-pointing chevron icon, typically used in compact layouts, inline navigation, or space-limited user interface elements.
Declaration
public const IconName ChevronRightSmall
Field Value
Type |
---|
IconName |
ChevronUp
Represents an upward-pointing chevron icon, commonly used for collapsing content, upward navigation, or indicating ascending sort order in user interfaces.
Declaration
public const IconName ChevronUp
Field Value
Type |
---|
IconName |
ChevronUpDouble
Represents a double upward-pointing chevron icon, typically used for fast scrolling upward, multi-level collapse actions, or skip-to-top navigation controls.
Declaration
public const IconName ChevronUpDouble
Field Value
Type |
---|
IconName |
ChevronUpFill
Represents a filled upward-pointing chevron icon, commonly used in collapsible sections or navigation controls where a solid chevron style is preferred for visibility.
Declaration
public const IconName ChevronUpFill
Field Value
Type |
---|
IconName |
Circle
Represents a circle icon, typically used as a basic shape element, bullet point, status indicator, or geometric element in design applications and user interfaces.
Declaration
public const IconName Circle
Field Value
Type |
---|
IconName |
CircleAdd
Represents a circle with an add/plus symbol, commonly used for adding new items, creating records, or indicating addition actions in user interfaces.
Declaration
public const IconName CircleAdd
Field Value
Type |
---|
IconName |
CircleCheck
Represents a circle with a checkmark, typically used to indicate completed tasks, successful operations, approved items, or positive status indicators.
Declaration
public const IconName CircleCheck
Field Value
Type |
---|
IconName |
CircleClose
Represents a circle with a close/X symbol, commonly used for closing dialogs, removing items, canceling actions, or indicating error states.
Declaration
public const IconName CircleClose
Field Value
Type |
---|
IconName |
CircleInfo
Represents a circle with an information symbol, typically used for informational messages, help tooltips, or indicating additional details are available.
Declaration
public const IconName CircleInfo
Field Value
Type |
---|
IconName |
CircleRemove
Represents a circle with a remove/minus symbol, commonly used for deleting items, reducing quantities, or indicating removal actions in user interfaces.
Declaration
public const IconName CircleRemove
Field Value
Type |
---|
IconName |
ClearForm
Represents an icon for clearing form data, typically used in form interfaces to reset all form fields to their default or empty state.
Declaration
public const IconName ClearForm
Field Value
Type |
---|
IconName |
ClearFormat
Represents an icon for clearing text formatting, commonly used in text editors, word processors, or rich text editors to remove all styling and return text to default appearance.
Declaration
public const IconName ClearFormat
Field Value
Type |
---|
IconName |
ClearRules
Represents an icon for clearing conditional formatting rules, typically used in spreadsheet applications or data analysis tools to remove applied formatting conditions from cells or ranges.
Declaration
public const IconName ClearRules
Field Value
Type |
---|
IconName |
Clock
Represents a clock or time icon, commonly used for time-related functionality, scheduling applications, timers, or indicating time-sensitive operations in user interfaces.
Declaration
public const IconName Clock
Field Value
Type |
---|
IconName |
Close
Represents a close icon, typically used for closing dialogs, windows, panels, or terminating operations in user interfaces across various applications.
Declaration
public const IconName Close
Field Value
Type |
---|
IconName |
CloseComment
Represents an icon for closing comments, commonly used in document collaboration tools, review systems, or commenting platforms to mark comments as closed or resolved.
Declaration
public const IconName CloseComment
Field Value
Type |
---|
IconName |
CodeView
Represents an icon for code view mode, typically used in development environments, text editors, or web design tools to switch to source code or markup view.
Declaration
public const IconName CodeView
Field Value
Type |
---|
IconName |
Collapse
Represents an icon for collapsing content, commonly used in expandable sections, tree views, or hierarchical interfaces to hide detailed information and reduce screen space.
Declaration
public const IconName Collapse
Field Value
Type |
---|
IconName |
CollapsibleHeading1
Represents an icon for first-level collapsible headings, typically used in document editors, outline views, or hierarchical content systems to manage top-level expandable sections.
Declaration
public const IconName CollapsibleHeading1
Field Value
Type |
---|
IconName |
CollapsibleHeading2
Represents an icon for second-level collapsible headings, commonly used in document structures, content outlines, or hierarchical navigation to manage sub-level expandable sections.
Declaration
public const IconName CollapsibleHeading2
Field Value
Type |
---|
IconName |
CollapsibleHeading3
Represents an icon for third-level collapsible headings, typically used in detailed document structures or multi-level content hierarchies for granular content organization.
Declaration
public const IconName CollapsibleHeading3
Field Value
Type |
---|
IconName |
CollapsibleHeading4
Represents an icon for fourth-level collapsible headings, commonly used in complex document structures or deeply nested content hierarchies for detailed content management.
Declaration
public const IconName CollapsibleHeading4
Field Value
Type |
---|
IconName |
ColorScales
Represents an icon for color scales conditional formatting, typically used in spreadsheet applications or data visualization tools to apply gradient color formatting based on cell values.
Declaration
public const IconName ColorScales
Field Value
Type |
---|
IconName |
Columns
Represents an icon for column operations or layout, commonly used in text editors, document processors, or layout design tools to manage column formatting and structure.
Declaration
public const IconName Columns
Field Value
Type |
---|
IconName |
ComboBox
Represents an icon for combo box form controls, typically used in form designers, user interface builders, or input control libraries to create dropdown selection elements.
Declaration
public const IconName ComboBox
Field Value
Type |
---|
IconName |
CommentAdd
Represents an icon for adding comments, commonly used in document collaboration tools, code review systems, or content management platforms to insert new commentary or annotations.
Declaration
public const IconName CommentAdd
Field Value
Type |
---|
IconName |
CommentReopen
Represents an icon for reopening comments, typically used in review workflows, collaboration tools, or discussion platforms to reactivate previously closed or resolved comments.
Declaration
public const IconName CommentReopen
Field Value
Type |
---|
IconName |
CommentResolve
Represents an icon for resolving comments, commonly used in document collaboration, code review, or project management tools to mark comments as addressed or completed.
Declaration
public const IconName CommentResolve
Field Value
Type |
---|
IconName |
CommentShow
Represents an icon for showing comments, typically used in document editors, collaboration platforms, or review tools to display or toggle the visibility of comments and annotations.
Declaration
public const IconName CommentShow
Field Value
Type |
---|
IconName |
ConditionalFormatting
Represents an icon for conditional formatting, commonly used in spreadsheet applications or data analysis tools to apply formatting rules based on cell values or conditions.
Declaration
public const IconName ConditionalFormatting
Field Value
Type |
---|
IconName |
ConditionalFormattingLarge
Represents a large icon for conditional formatting, typically used in spreadsheet applications where a larger, more prominent conditional formatting button is needed for toolbar visibility.
Declaration
public const IconName ConditionalFormattingLarge
Field Value
Type |
---|
IconName |
ContentControl
Represents an icon for content controls, commonly used in document editors, form designers, or template systems to manage structured content elements and input controls.
Declaration
public const IconName ContentControl
Field Value
Type |
---|
IconName |
ContinueNumbering
Represents an icon for continuing numbering sequences, commonly used in document editors, list formatting, or outline tools to maintain sequential numbering across document sections.
Declaration
public const IconName ContinueNumbering
Field Value
Type |
---|
IconName |
ContinuousPageBreak
Represents an icon for continuous page breaks, typically used in document editors or page layout applications to insert page breaks that allow content to flow continuously across pages.
Declaration
public const IconName ContinuousPageBreak
Field Value
Type |
---|
IconName |
Contrast
Represents an icon for contrast adjustment, typically used in image editors, photo editing software, or display settings to modify the difference between light and dark areas.
Declaration
public const IconName Contrast
Field Value
Type |
---|
IconName |
Copy
Represents an icon for copy operations, commonly used across applications for duplicating text, files, objects, or data to the clipboard for pasting elsewhere.
Declaration
public const IconName Copy
Field Value
Type |
---|
IconName |
CopyCode
Represents an icon for copying code snippets, commonly used in code editors or development environments, suitable for duplicating code blocks to the clipboard.
Declaration
public const IconName CopyCode
Field Value
Type |
---|
IconName |
CriticalPath
Represents an icon for critical path analysis, typically used in project management software, scheduling applications, or workflow tools to highlight the sequence of tasks that determines project duration.
Declaration
public const IconName CriticalPath
Field Value
Type |
---|
IconName |
Crop
Represents an icon for cropping functionality, commonly used in image editors, photo editing software, or media manipulation tools to trim or cut portions of images or visual content.
Declaration
public const IconName Crop
Field Value
Type |
---|
IconName |
Cut
Represents an icon for cut operations, typically used across applications to remove selected content and place it on the clipboard for moving to another location.
Declaration
public const IconName Cut
Field Value
Type |
---|
IconName |
DataBars
Represents an icon for data bars conditional formatting, commonly used in spreadsheet applications to display horizontal bars within cells that represent relative data values.
Declaration
public const IconName DataBars
Field Value
Type |
---|
IconName |
DataValidation
Represents an icon for data validation, typically used in spreadsheet applications, form designers, or database tools to set rules and constraints on data entry and input validation.
Declaration
public const IconName DataValidation
Field Value
Type |
---|
IconName |
DateOccurring
Represents an icon for date occurrence filtering, commonly used in spreadsheet applications or data analysis tools to filter dates based on specific occurrence patterns or relative time periods.
Declaration
public const IconName DateOccurring
Field Value
Type |
---|
IconName |
Day
Represents an icon for day view or daily operations, typically used in calendar applications, scheduling software, or time management tools to display or filter daily information.
Declaration
public const IconName Day
Field Value
Type |
---|
IconName |
DecreaseFontsize
Represents an icon for decreasing font size, commonly used in text editors, word processors, or document formatting tools to reduce the size of selected text.
Declaration
public const IconName DecreaseFontsize
Field Value
Type |
---|
IconName |
DecreaseIndent
Represents an icon for decreasing text indentation, typically used in text editors, document processors, or list formatting tools to move text closer to the left margin.
Declaration
public const IconName DecreaseIndent
Field Value
Type |
---|
IconName |
DecreaseIndentRTL
Represents an icon for decreasing indentation in right-to-left text, commonly used in text editors supporting RTL languages to reduce indentation while maintaining proper text direction.
Declaration
public const IconName DecreaseIndentRTL
Field Value
Type |
---|
IconName |
DeleteAllComments
Represents an icon for deleting all comments, typically used in document collaboration tools, review systems, or commenting platforms to remove all commentary from a document or section.
Declaration
public const IconName DeleteAllComments
Field Value
Type |
---|
IconName |
DeleteColumn
Represents an icon for deleting columns, commonly used in spreadsheet applications, table editors, or data grid controls to remove entire columns from tabular data structures.
Declaration
public const IconName DeleteColumn
Field Value
Type |
---|
IconName |
DeleteNotes
Represents an icon for deleting notes, typically used in note-taking applications, document editors, or annotation tools to remove notes, comments, or annotations from content.
Declaration
public const IconName DeleteNotes
Field Value
Type |
---|
IconName |
DeleteRow
Represents an icon for deleting rows, commonly used in spreadsheet applications, table editors, or database interfaces to remove entire rows from tabular data structures.
Declaration
public const IconName DeleteRow
Field Value
Type |
---|
IconName |
Description
Represents an icon for descriptions or detailed information, typically used in content management systems, documentation tools, or metadata editors to add or view descriptive content.
Declaration
public const IconName Description
Field Value
Type |
---|
IconName |
Dimension
Represents an icon for dimension or measurement tools, commonly used in CAD applications, design software, or technical drawing tools to display or modify dimensional information.
Declaration
public const IconName Dimension
Field Value
Type |
---|
IconName |
Display
Represents an icon for display settings or view options, typically used in applications to access display preferences, view modes, or screen configuration options.
Declaration
public const IconName Display
Field Value
Type |
---|
IconName |
DoubleCheck
Represents an icon for double verification or confirmed approval, commonly used in workflow systems, approval processes, or quality control applications to indicate dual confirmation.
Declaration
public const IconName DoubleCheck
Field Value
Type |
---|
IconName |
Download
Represents an icon for download operations, typically used across applications to save files, content, or data from remote sources to local storage.
Declaration
public const IconName Download
Field Value
Type |
---|
IconName |
DragAndDrop
Represents an icon for drag and drop functionality, commonly used in user interfaces to indicate areas where items can be dragged and dropped for file uploads, content organization, or data transfer.
Declaration
public const IconName DragAndDrop
Field Value
Type |
---|
IconName |
DragAndDropIndicator
Represents an icon for drag and drop indicators, typically used to show visual cues during drag operations, such as drop zones, insertion points, or valid drop targets.
Declaration
public const IconName DragAndDropIndicator
Field Value
Type |
---|
IconName |
DragFill
Represents an icon for drag fill operations, commonly used in spreadsheet applications to indicate the ability to drag cell content or formulas to fill adjacent cells automatically.
Declaration
public const IconName DragFill
Field Value
Type |
---|
IconName |
DropDown
Represents an icon for dropdown functionality, typically used in user interface controls to indicate expandable menus, selection lists, or collapsible content sections.
Declaration
public const IconName DropDown
Field Value
Type |
---|
IconName |
DropdownList
Represents an icon for dropdown list controls, commonly used in form designers, user interface builders, or input control libraries to create selectable list elements.
Declaration
public const IconName DropdownList
Field Value
Type |
---|
IconName |
Duplicate
Represents an icon for duplicate operations, typically used across applications to create copies of selected items, files, objects, or data while keeping the original intact.
Declaration
public const IconName Duplicate
Field Value
Type |
---|
IconName |
DuplicateCell
Represents an icon for duplicating cells, commonly used in spreadsheet applications to copy cell content, formatting, or formulas to create identical cells in other locations.
Declaration
public const IconName DuplicateCell
Field Value
Type |
---|
IconName |
Edit
Represents an icon for edit operations, commonly used across applications to modify, change, or update existing content, data, or configurations.
Declaration
public const IconName Edit
Field Value
Type |
---|
IconName |
EditNotes
Represents an icon for editing notes, typically used in note-taking applications, document collaboration tools, or annotation systems to modify existing notes or comments.
Declaration
public const IconName EditNotes
Field Value
Type |
---|
IconName |
Elaborate
Represents an icon for elaborating or expanding content, commonly used in AI writing tools, content generators, or text enhancement applications to add more detail to existing text.
Declaration
public const IconName Elaborate
Field Value
Type |
---|
IconName |
Emoji
Represents an icon for emoji functionality, typically used in messaging applications, text editors, or social platforms to access emoji pickers or insert emoticons into content.
Declaration
public const IconName Emoji
Field Value
Type |
---|
IconName |
EndFootnote
Represents an icon for end footnotes, commonly used in document editors, academic writing tools, or publishing software to insert footnotes that appear at the end of documents.
Declaration
public const IconName EndFootnote
Field Value
Type |
---|
IconName |
EqualTo
Represents an icon for equal-to conditions, typically used in spreadsheet applications, data filtering tools, or conditional formatting to specify equality comparisons.
Declaration
public const IconName EqualTo
Field Value
Type |
---|
IconName |
Erase
Represents an icon for erase operations, commonly used in drawing applications, image editors, or digital whiteboards to remove or clear selected content.
Declaration
public const IconName Erase
Field Value
Type |
---|
IconName |
ErrorTreeview
Represents an icon for error states in tree views, typically used in file explorers, hierarchical data displays, or navigation trees to indicate problematic or invalid items.
Declaration
public const IconName ErrorTreeview
Field Value
Type |
---|
IconName |
EvenPageBreak
Represents an icon for even page breaks, commonly used in document editors or page layout applications to insert page breaks that start content on even-numbered pages.
Declaration
public const IconName EvenPageBreak
Field Value
Type |
---|
IconName |
ExitFullScreen
Represents an icon for exiting full-screen mode, typically used in media players, presentation software, or applications with full-screen capabilities to return to windowed view.
Declaration
public const IconName ExitFullScreen
Field Value
Type |
---|
IconName |
Expand
Represents an icon for expanding content, commonly used in collapsible sections, tree views, or hierarchical interfaces to show hidden details or sub-items.
Declaration
public const IconName Expand
Field Value
Type |
---|
IconName |
Export
Represents an icon for export operations, typically used across applications to save, convert, or output data, documents, or content to external files or formats.
Declaration
public const IconName Export
Field Value
Type |
---|
IconName |
ExportCsv
Represents an icon for exporting to CSV format, commonly used in data management applications, spreadsheet software, or reporting tools to save data as comma-separated values.
Declaration
public const IconName ExportCsv
Field Value
Type |
---|
IconName |
ExportExcel
Represents an icon for exporting to Excel format, typically used in data analysis tools, reporting applications, or business software to save data as Excel spreadsheets.
Declaration
public const IconName ExportExcel
Field Value
Type |
---|
IconName |
ExportJpeg
Represents an icon for exporting to JPEG format, commonly used in image editors, graphics applications, or media tools to save images as JPEG files.
Declaration
public const IconName ExportJpeg
Field Value
Type |
---|
IconName |
ExportPdf
Represents an icon for exporting to PDF format, typically used in document editors, reporting tools, or publishing applications to save content as PDF documents.
Declaration
public const IconName ExportPdf
Field Value
Type |
---|
IconName |
ExportPdf1
Represents an alternative icon for exporting to PDF format, commonly used as a secondary PDF export option or in different application contexts for PDF generation.
Declaration
public const IconName ExportPdf1
Field Value
Type |
---|
IconName |
ExportPng
Represents an icon for exporting to PNG format, typically used in image editors, graphics software, or web development tools to save images as PNG files.
Declaration
public const IconName ExportPng
Field Value
Type |
---|
IconName |
ExportSvg
Represents an icon for exporting to SVG format, commonly used in vector graphics editors, design applications, or web development tools to save scalable vector graphics.
Declaration
public const IconName ExportSvg
Field Value
Type |
---|
IconName |
ExportWord1
Represents an icon for exporting to Word format, typically used in document editors, content management systems, or reporting applications to save documents as Word files.
Declaration
public const IconName ExportWord1
Field Value
Type |
---|
IconName |
ExportXls
Represents an icon for exporting to XLS format, commonly used in data management applications, reporting tools, or business software to save data as Excel XLS files.
Declaration
public const IconName ExportXls
Field Value
Type |
---|
IconName |
Eye
Represents an eye icon for visibility controls, typically used to show, view, or make content visible in applications across various contexts like password fields or hidden elements.
Declaration
public const IconName Eye
Field Value
Type |
---|
IconName |
EyeSlash
Represents an eye with slash icon for hiding content, commonly used to hide, conceal, or make content invisible, such as in password fields or visibility toggle controls.
Declaration
public const IconName EyeSlash
Field Value
Type |
---|
IconName |
Fade
Represents an icon for fade effects or transparency, typically used in image editors, graphic design software, or animation tools to apply fading transitions or opacity changes.
Declaration
public const IconName Fade
Field Value
Type |
---|
IconName |
FieldSettings
Represents an icon for field settings or configuration, commonly used in database applications, form designers, or data management tools to configure field properties and behaviors.
Declaration
public const IconName FieldSettings
Field Value
Type |
---|
IconName |
FileFormat
Represents an icon for file format operations, commonly used in file management applications, conversion tools, or document editors to specify, change, or view file format options.
Declaration
public const IconName FileFormat
Field Value
Type |
---|
IconName |
FileNew
Represents an icon for creating new files, typically used in file management systems, document editors, or content creation applications to start new documents or projects.
Declaration
public const IconName FileNew
Field Value
Type |
---|
IconName |
Filter
Represents an icon for filtering operations, commonly used in data tables, search interfaces, or content management systems to refine and narrow down displayed results.
Declaration
public const IconName Filter
Field Value
Type |
---|
IconName |
FilterActive
Represents an icon indicating active filters, commonly used in data tables, search results, or filtered views to show that filtering is currently applied to the content.
Declaration
public const IconName FilterActive
Field Value
Type |
---|
IconName |
FilterClear
Represents an icon for clearing filters, typically used in data tables, search interfaces, or filtered views to remove all applied filters and show unfiltered results.
Declaration
public const IconName FilterClear
Field Value
Type |
---|
IconName |
Filtered
Represents an icon indicating filtered content, commonly used in data displays, search results, or tables to show that the current view contains filtered data.
Declaration
public const IconName Filtered
Field Value
Type |
---|
IconName |
FilteredSortAscending
Represents an icon for filtered ascending sort, typically used in data tables or grid controls to sort filtered results in ascending order while maintaining active filters.
Declaration
public const IconName FilteredSortAscending
Field Value
Type |
---|
IconName |
FilteredSortDescending
Represents an icon for filtered descending sort, commonly used in data tables or grid controls to sort filtered results in descending order while preserving applied filters.
Declaration
public const IconName FilteredSortDescending
Field Value
Type |
---|
IconName |
FilterMain
Represents an icon for main or primary filter controls, typically used in data management applications or search interfaces as the primary filtering mechanism.
Declaration
public const IconName FilterMain
Field Value
Type |
---|
IconName |
Filters
Represents an icon for multiple filters or filter management, typically used in advanced filtering interfaces, data analysis tools, or complex search systems with multiple filter criteria.
Declaration
public const IconName Filters
Field Value
Type |
---|
IconName |
FirstPage
Represents an icon for navigating to the first page, commonly used in pagination controls, document viewers, or data tables to jump to the beginning of paginated content.
Declaration
public const IconName FirstPage
Field Value
Type |
---|
IconName |
Fit100
Represents an icon for 100% fit or zoom, typically used in document viewers, image editors, or design applications to display content at actual size or 100% zoom level.
Declaration
public const IconName Fit100
Field Value
Type |
---|
IconName |
FixedColumnWidth
Represents an icon for fixed column width, commonly used in spreadsheet applications, data grids, or table editors to set columns to specific, unchangeable widths.
Declaration
public const IconName FixedColumnWidth
Field Value
Type |
---|
IconName |
Flags
Represents an icon for flags or flagged items, typically used in email applications, task management systems, or content organization to mark important or priority items.
Declaration
public const IconName Flags
Field Value
Type |
---|
IconName |
FlipHorizontal
Represents an icon for horizontal flip operations, commonly used in image editors, graphics software, or design applications to mirror content horizontally along the vertical axis.
Declaration
public const IconName FlipHorizontal
Field Value
Type |
---|
IconName |
FlipVertical
Represents an icon for vertical flip operations, typically used in image editors, graphics applications, or design software to mirror content vertically along the horizontal axis.
Declaration
public const IconName FlipVertical
Field Value
Type |
---|
IconName |
Folder
Represents an icon for folders or directories, commonly used in file management systems, navigation interfaces, or organizational tools to represent container structures for files.
Declaration
public const IconName Folder
Field Value
Type |
---|
IconName |
FolderOpen
Represents an icon for open folders, typically used in file explorers, directory browsers, or navigation systems to indicate expanded or currently accessed folder states.
Declaration
public const IconName FolderOpen
Field Value
Type |
---|
IconName |
FontColor
Represents an icon for font color settings, commonly used in text editors, word processors, or formatting tools to change the color of text characters.
Declaration
public const IconName FontColor
Field Value
Type |
---|
IconName |
FontName
Represents an icon for font family selection, typically used in text editors, document processors, or typography tools to choose different font typefaces or families.
Declaration
public const IconName FontName
Field Value
Type |
---|
IconName |
FontSize
Represents an icon for font size controls, commonly used in text editors, word processors, or formatting applications to adjust the size of text characters.
Declaration
public const IconName FontSize
Field Value
Type |
---|
IconName |
FoodAndDrinks
Represents an icon for food and drinks category, commonly used in emoji pickers, content categorization systems, or applications dealing with culinary or beverage-related content.
Declaration
public const IconName FoodAndDrinks
Field Value
Type |
---|
IconName |
Footer
Represents an icon for footer elements, typically used in document editors, web design tools, or page layout applications to add or edit footer content at the bottom of pages.
Declaration
public const IconName Footer
Field Value
Type |
---|
IconName |
FormatPainter
Represents an icon for format painter functionality, commonly used in document editors, spreadsheet applications, or formatting tools to copy and apply formatting from one element to another.
Declaration
public const IconName FormatPainter
Field Value
Type |
---|
IconName |
FormField
Represents an icon for form fields, typically used in form designers, web development tools, or database applications to create or manage input fields and form elements.
Declaration
public const IconName FormField
Field Value
Type |
---|
IconName |
ForwardArrow
Represents an icon for forward navigation or progression, commonly used in wizards, navigation flows, or sequential interfaces to indicate moving to the next step or forward direction.
Declaration
public const IconName ForwardArrow
Field Value
Type |
---|
IconName |
Frame1
Represents the first frame style icon, typically used in image editors, design applications, or photo editing software to apply decorative border frame style number 1.
Declaration
public const IconName Frame1
Field Value
Type |
---|
IconName |
Frame2
Represents the second frame style icon, commonly used in graphics applications, image editors, or design tools to apply decorative border frame style number 2.
Declaration
public const IconName Frame2
Field Value
Type |
---|
IconName |
Frame3
Represents the third frame style icon, typically used in photo editing software, design applications, or image enhancement tools to apply decorative border frame style number 3.
Declaration
public const IconName Frame3
Field Value
Type |
---|
IconName |
Frame4
Represents the fourth frame style icon, commonly used in image editors, graphics software, or design applications to apply decorative border frame style number 4.
Declaration
public const IconName Frame4
Field Value
Type |
---|
IconName |
Frame5
Represents the fifth frame style icon, typically used in photo editing tools, design applications, or image enhancement software to apply decorative border frame style number 5.
Declaration
public const IconName Frame5
Field Value
Type |
---|
IconName |
Frame6
Represents the sixth frame style icon, commonly used in graphics applications, image editors, or design tools to apply decorative border frame style number 6.
Declaration
public const IconName Frame6
Field Value
Type |
---|
IconName |
FrameBevel
Represents an icon for bevel frame effects, typically used in image editors, design software, or photo enhancement tools to apply raised or recessed edge effects to frames.
Declaration
public const IconName FrameBevel
Field Value
Type |
---|
IconName |
FrameCustom
Represents an icon for custom frame creation, commonly used in design applications, image editors, or photo editing software to create user-defined frame styles and borders.
Declaration
public const IconName FrameCustom
Field Value
Type |
---|
IconName |
FrameHook
Represents an icon for hook-style frames, typically used in image editing applications or design software to apply frame styles that resemble hanging or mounting hardware.
Declaration
public const IconName FrameHook
Field Value
Type |
---|
IconName |
FrameInset
Represents an icon for inset frame effects, commonly used in graphics applications or image editors to apply frames that appear recessed or sunken into the image surface.
Declaration
public const IconName FrameInset
Field Value
Type |
---|
IconName |
FrameLine
Represents an icon for line-style frames, typically used in image editors, design applications, or photo editing tools to apply simple linear border frames around images.
Declaration
public const IconName FrameLine
Field Value
Type |
---|
IconName |
FrameMat
Represents an icon for mat-style frames, commonly used in photo editing software or design applications to apply matted frame effects that simulate traditional photo matting.
Declaration
public const IconName FrameMat
Field Value
Type |
---|
IconName |
FrameNone
Represents an icon for removing frames, typically used in image editors, design applications, or photo editing software to remove or disable frame effects from images.
Declaration
public const IconName FrameNone
Field Value
Type |
---|
IconName |
FreezeColumn
Represents an icon for freezing columns, commonly used in spreadsheet applications or data grid controls to lock specific columns in place while allowing horizontal scrolling of other columns.
Declaration
public const IconName FreezeColumn
Field Value
Type |
---|
IconName |
FreezePane
Represents an icon for freezing panes, typically used in spreadsheet applications to lock both rows and columns in place, creating fixed reference areas while scrolling through data.
Declaration
public const IconName FreezePane
Field Value
Type |
---|
IconName |
FreezeRow
Represents an icon for freezing rows, commonly used in spreadsheet applications or data tables to lock specific rows in place while allowing vertical scrolling through remaining data.
Declaration
public const IconName FreezeRow
Field Value
Type |
---|
IconName |
FullScreen
Represents an icon for full-screen mode, typically used in media players, presentation software, or applications with full-screen capabilities to expand content to fill the entire display.
Declaration
public const IconName FullScreen
Field Value
Type |
---|
IconName |
GanttGripper
Represents an icon for Gantt chart gripper controls, commonly used in project management software or scheduling applications to resize or adjust Gantt chart timeline sections.
Declaration
public const IconName GanttGripper
Field Value
Type |
---|
IconName |
Grain
Represents an icon for grain effects or texture, typically used in image editors, photo enhancement software, or graphic design applications to add film grain or texture effects.
Declaration
public const IconName Grain
Field Value
Type |
---|
IconName |
GrammarCheck
Represents an icon for grammar checking functionality, commonly used in text editors, word processors, or writing applications to check and correct grammatical errors in content.
Declaration
public const IconName GrammarCheck
Field Value
Type |
---|
IconName |
GrandTotal
Represents an icon for grand total calculations, typically used in spreadsheet applications, financial software, or reporting tools to display overall totals across multiple categories or sections.
Declaration
public const IconName GrandTotal
Field Value
Type |
---|
IconName |
GreaterThan
Represents an icon for greater-than conditions, commonly used in spreadsheet applications, data filtering tools, or conditional formatting to specify comparison operations where values exceed a threshold.
Declaration
public const IconName GreaterThan
Field Value
Type |
---|
IconName |
GridView
Represents an icon for grid view layout, typically used in data display applications, file browsers, or content management systems to show items arranged in a structured grid format.
Declaration
public const IconName GridView
Field Value
Type |
---|
IconName |
GripVertical
Represents an icon for vertical grip handles, commonly used in resizable panels, splitter controls, or draggable interfaces to indicate vertical resizing or repositioning capabilities.
Declaration
public const IconName GripVertical
Field Value
Type |
---|
IconName |
Group1
Represents the first group icon style, typically used in data management applications, organizational tools, or hierarchical displays to group related items or categories.
Declaration
public const IconName Group1
Field Value
Type |
---|
IconName |
Group2
Represents the second group icon style, commonly used in content organization, data categorization, or clustering applications to visually represent grouped elements.
Declaration
public const IconName Group2
Field Value
Type |
---|
IconName |
GroupIcon
Represents a general group icon, typically used in user interfaces, team management applications, or collaborative tools to indicate grouped items or collective entities.
Declaration
public const IconName GroupIcon
Field Value
Type |
---|
IconName |
HandGestures
Represents an icon for hand gestures category, commonly used in emoji pickers, gesture recognition applications, or accessibility tools dealing with hand-based interactions.
Declaration
public const IconName HandGestures
Field Value
Type |
---|
IconName |
Header
Represents an icon for header elements, typically used in document editors, web design tools, or page layout applications to add or edit header content at the top of pages.
Declaration
public const IconName Header
Field Value
Type |
---|
IconName |
Heading1
Represents an icon for first-level headings, commonly used in text editors, document processors, or content management systems to format text as H1 or primary headings.
Declaration
public const IconName Heading1
Field Value
Type |
---|
IconName |
Heading2
Represents an icon for second-level headings, typically used in document editors, text processors, or web editing tools to format text as H2 or secondary headings.
Declaration
public const IconName Heading2
Field Value
Type |
---|
IconName |
Heading3
Represents an icon for third-level headings, commonly used in text editors, document systems, or content creation tools to format text as H3 or tertiary headings.
Declaration
public const IconName Heading3
Field Value
Type |
---|
IconName |
Heading4
Represents an icon for fourth-level headings, typically used in document editors, content management systems, or text formatting tools to create H4 or quaternary headings.
Declaration
public const IconName Heading4
Field Value
Type |
---|
IconName |
HideFormulaBar
Represents an icon for hiding the formula bar, commonly used in spreadsheet applications to toggle the visibility of the formula input and display area.
Declaration
public const IconName HideFormulaBar
Field Value
Type |
---|
IconName |
HideGridlines
Represents an icon for hiding gridlines, typically used in spreadsheet applications, table editors, or data grid controls to toggle the visibility of cell border lines.
Declaration
public const IconName HideGridlines
Field Value
Type |
---|
IconName |
HideHeadings
Represents an icon for hiding headings or headers, commonly used in spreadsheet applications or data tables to toggle the visibility of row and column headers.
Declaration
public const IconName HideHeadings
Field Value
Type |
---|
IconName |
Highlight
Represents an icon for highlight functionality, typically used in text editors, document readers, or PDF viewers to emphasize or mark important text with background colors.
Declaration
public const IconName Highlight
Field Value
Type |
---|
IconName |
HighlightColor
Represents an icon for highlight color selection, commonly used in text editors, document processors, or annotation tools to choose colors for text highlighting or background marking.
Declaration
public const IconName HighlightColor
Field Value
Type |
---|
IconName |
History
Represents an icon for viewing or accessing historical data, activity logs, or previous versions, commonly used in browsers, document editors, or system monitoring tools to track changes or revisit past actions.
Declaration
public const IconName History
Field Value
Type |
---|
IconName |
Home
Represents an icon for home or main page navigation, typically used in applications, websites, or navigation systems to return to the primary or starting location.
Declaration
public const IconName Home
Field Value
Type |
---|
IconName |
HorizontalLine
Represents an icon for horizontal line elements, commonly used in document editors, web design tools, or layout applications to insert horizontal divider lines or rules.
Declaration
public const IconName HorizontalLine
Field Value
Type |
---|
IconName |
HyperlinkCopy
Represents an icon for copying hyperlinks, typically used in web browsers, document editors, or content management systems to copy URL addresses to the clipboard.
Declaration
public const IconName HyperlinkCopy
Field Value
Type |
---|
IconName |
HyperlinkEdit
Represents an icon for editing hyperlinks, commonly used in document editors, web development tools, or content management systems to modify existing link properties and destinations.
Declaration
public const IconName HyperlinkEdit
Field Value
Type |
---|
IconName |
HyperlinkOpen
Represents an icon for opening hyperlinks, typically used in document viewers, web browsers, or link management applications to navigate to linked destinations.
Declaration
public const IconName HyperlinkOpen
Field Value
Type |
---|
IconName |
HyperlinkRemove
Represents an icon for removing hyperlinks, commonly used in text editors, document processors, or web editing tools to delete or unlink existing hyperlink references.
Declaration
public const IconName HyperlinkRemove
Field Value
Type |
---|
IconName |
IconSets
Represents an icon for icon sets conditional formatting, typically used in spreadsheet applications to apply visual icon indicators based on cell values or conditions.
Declaration
public const IconName IconSets
Field Value
Type |
---|
IconName |
Image
Represents an icon for images or graphics, commonly used in content editors, media management applications, or design tools to insert, manage, or reference image files.
Declaration
public const IconName Image
Field Value
Type |
---|
IconName |
Import
Represents an icon for import operations, typically used across applications to bring in data, files, or content from external sources or different formats.
Declaration
public const IconName Import
Field Value
Type |
---|
IconName |
Import1
Represents an alternative import icon, commonly used as a secondary import option or in different application contexts for importing data or files.
Declaration
public const IconName Import1
Field Value
Type |
---|
IconName |
ImportWord
Represents an icon for importing Word documents, commonly used in document editors or file management interfaces, ideal for buttons that allow users to load Microsoft Word files into the application.
Declaration
public const IconName ImportWord
Field Value
Type |
---|
IconName |
IncreaseFontsize
Represents an icon for increasing font size, commonly used in text formatting toolbars or menus, suitable for actions that enlarge selected text in editors or viewers.
Declaration
public const IconName IncreaseFontsize
Field Value
Type |
---|
IconName |
IncreaseIndent
Represents an icon for increasing indentation, commonly used in paragraph formatting options or list tools, recommended for enhancing hierarchical structure in text documents.
Declaration
public const IconName IncreaseIndent
Field Value
Type |
---|
IconName |
IncreaseIndentRTL
Represents an icon for increasing indentation in right-to-left text, commonly used in multilingual document editors supporting RTL languages, apply when adjusting layout for Arabic or Hebrew content.
Declaration
public const IconName IncreaseIndentRTL
Field Value
Type |
---|
IconName |
InsertAbove
Represents an icon for inserting content above the current position, commonly used in table or layout editors, useful for adding rows or sections without disrupting existing structure.
Declaration
public const IconName InsertAbove
Field Value
Type |
---|
IconName |
InsertBelow
Represents an icon for inserting content below the current position, commonly used in document or spreadsheet interfaces, ideal for expanding tables or lists downward.
Declaration
public const IconName InsertBelow
Field Value
Type |
---|
IconName |
InsertCode
Represents an icon for inserting code snippets, commonly used in code editors or markdown tools, recommended for embedding formatted code blocks in documents.
Declaration
public const IconName InsertCode
Field Value
Type |
---|
IconName |
InsertLeft
Represents an icon for inserting content to the left, commonly used in grid or table manipulation interfaces, suitable for adding columns horizontally.
Declaration
public const IconName InsertLeft
Field Value
Type |
---|
IconName |
InsertRight
Represents an icon for inserting content to the right, commonly used in layout editors or spreadsheets, apply when users need to expand structures to the right side.
Declaration
public const IconName InsertRight
Field Value
Type |
---|
IconName |
InsertSheet
Represents an icon for inserting a new sheet, commonly used in spreadsheet applications like Excel clones, ideal for workbook management buttons.
Declaration
public const IconName InsertSheet
Field Value
Type |
---|
IconName |
IntermediateState
Represents an icon for an intermediate checkbox state, commonly used in tri-state checkboxes or task lists, use to indicate partial completion or mixed selections.
Declaration
public const IconName IntermediateState
Field Value
Type |
---|
IconName |
Italic
Represents an icon for italic text formatting, commonly used in word processing toolbars, suitable for emphasizing text in documents or emails.
Declaration
public const IconName Italic
Field Value
Type |
---|
IconName |
Justify
Represents an icon for justifying text alignment, commonly used in paragraph formatting menus, recommended for creating fully aligned blocks in professional documents.
Declaration
public const IconName Justify
Field Value
Type |
---|
IconName |
Kpi
Represents an icon for key performance indicators, commonly used in dashboard or reporting tools, apply when visualizing metrics or status in business applications.
Declaration
public const IconName Kpi
Field Value
Type |
---|
IconName |
Landscape
Represents an icon for landscape page orientation, commonly used in print setup dialogs, ideal for wide-format documents like spreadsheets or presentations.
Declaration
public const IconName Landscape
Field Value
Type |
---|
IconName |
LastPage
Represents an icon for navigating to the last page, commonly used in pagination controls or document viewers, suitable for multi-page interfaces.
Declaration
public const IconName LastPage
Field Value
Type |
---|
IconName |
Launcher
Represents an icon for launching applications or links, commonly used in start menus or hyperlinks, use for buttons that open external resources.
Declaration
public const IconName Launcher
Field Value
Type |
---|
IconName |
Layers
Represents an icon for managing layers, commonly used in graphic design or drawing tools, recommended for interfaces dealing with stacked elements.
Declaration
public const IconName Layers
Field Value
Type |
---|
IconName |
Length
Represents an icon for measuring length, commonly used in diagramming or engineering applications, apply in tools for dimensioning shapes.
Declaration
public const IconName Length
Field Value
Type |
---|
IconName |
LessThan
Represents an icon for less-than comparisons, commonly used in filtering or sorting menus, suitable for mathematical or conditional interfaces.
Declaration
public const IconName LessThan
Field Value
Type |
---|
IconName |
Level1
Represents an icon for level 1 hierarchy, commonly used in outline or tree views, ideal for top-level categorization in documents.
Declaration
public const IconName Level1
Field Value
Type |
---|
IconName |
Level2
Represents an icon for level 2 hierarchy, commonly used in nested lists or organizational charts, apply for secondary subheadings.
Declaration
public const IconName Level2
Field Value
Type |
---|
IconName |
Level3
Represents an icon for level 3 hierarchy, commonly used in detailed outlines or menus, suitable for tertiary structuring.
Declaration
public const IconName Level3
Field Value
Type |
---|
IconName |
Level4
Represents an icon for level 4 hierarchy, commonly used in complex document structures, recommended for deep nesting in reports.
Declaration
public const IconName Level4
Field Value
Type |
---|
IconName |
Level5
Represents an icon for level 5 hierarchy, commonly used in advanced outlining tools, use for fine-grained hierarchical organization.
Declaration
public const IconName Level5
Field Value
Type |
---|
IconName |
Line
Represents an icon for drawing lines, commonly used in charting or diagramming tools, ideal for connecting elements or creating borders.
Declaration
public const IconName Line
Field Value
Type |
---|
IconName |
LineNormal
Represents an icon for normal line thickness, commonly used in stroke selection menus, suitable for standard drawing operations.
Declaration
public const IconName LineNormal
Field Value
Type |
---|
IconName |
LineSmall
Represents an icon for small line thickness, commonly used in fine-detail editing, apply for precise annotations.
Declaration
public const IconName LineSmall
Field Value
Type |
---|
IconName |
LineSpacing
Represents an icon for adjusting line spacing, commonly used in paragraph formatting, recommended for improving readability in text blocks.
Declaration
public const IconName LineSpacing
Field Value
Type |
---|
IconName |
LineVerySmall
Represents an icon for very small line thickness, commonly used in micro-editing or printing, ideal for subtle lines.
Declaration
public const IconName LineVerySmall
Field Value
Type |
---|
IconName |
Link
Represents an icon for creating hyperlinks, commonly used in text editors or web tools, use for embedding URLs in content.
Declaration
public const IconName Link
Field Value
Type |
---|
IconName |
LinkedStyle
Represents an icon for linked styles, commonly used in theme or template management, suitable for synchronized formatting.
Declaration
public const IconName LinkedStyle
Field Value
Type |
---|
IconName |
LinkRemove
Represents an icon for removing hyperlinks, commonly used in editing toolbars, apply when breaking connections in documents.
Declaration
public const IconName LinkRemove
Field Value
Type |
---|
IconName |
ListOrdered
Represents an icon for ordered lists, commonly used in bulleting menus, ideal for numbered sequences in writing.
Declaration
public const IconName ListOrdered
Field Value
Type |
---|
IconName |
ListOrderedRTL
Represents an icon for ordered lists in right-to-left mode, commonly used in RTL document editors, recommended for localized content.
Declaration
public const IconName ListOrderedRTL
Field Value
Type |
---|
IconName |
ListUnordered
Represents an icon for unordered lists, commonly used in formatting toolbars, suitable for bullet points without sequence.
Declaration
public const IconName ListUnordered
Field Value
Type |
---|
IconName |
ListUnorderedRTL
Represents an icon for unordered lists in right-to-left mode, commonly used in multilingual interfaces, apply for RTL bulleting.
Declaration
public const IconName ListUnorderedRTL
Field Value
Type |
---|
IconName |
Location
Represents an icon for location markers, commonly used in maps or address fields, ideal for geo-tagging in applications.
Declaration
public const IconName Location
Field Value
Type |
---|
IconName |
Lock
Represents an icon for locking elements, commonly used in security or editing restrictions, use to indicate protected content.
Declaration
public const IconName Lock
Field Value
Type |
---|
IconName |
LowerCase
Represents an icon for converting to lowercase, commonly used in text transformation tools, suitable for case normalization.
Declaration
public const IconName LowerCase
Field Value
Type |
---|
IconName |
MagicWand
Represents an icon for a magic wand, commonly used in automated formatting or enhancement tools, recommended for features that apply quick transformations or effects.
Declaration
public const IconName MagicWand
Field Value
Type |
---|
IconName |
Margin
Represents an icon for setting margins, commonly used in page setup dialogs, recommended for document layout adjustments.
Declaration
public const IconName Margin
Field Value
Type |
---|
IconName |
MarginCustom
Represents an icon for custom margin settings, commonly used in advanced print options, apply for user-defined page borders.
Declaration
public const IconName MarginCustom
Field Value
Type |
---|
IconName |
MarginDefault
Represents an icon for default margin settings, commonly used in quick format menus, ideal for resetting to standard values.
Declaration
public const IconName MarginDefault
Field Value
Type |
---|
IconName |
MarginModerate
Represents an icon for moderate margin settings, commonly used in balanced layouts, suitable for medium-spaced documents.
Declaration
public const IconName MarginModerate
Field Value
Type |
---|
IconName |
MarginNarrow
Represents an icon for narrow margin settings, commonly used in compact printing, recommended for space-saving designs.
Declaration
public const IconName MarginNarrow
Field Value
Type |
---|
IconName |
MarginNormal
Represents an icon for normal margin settings, commonly used in everyday documents, apply for standard readability.
Declaration
public const IconName MarginNormal
Field Value
Type |
---|
IconName |
MarginWide
Represents an icon for wide margin settings, commonly used in formal reports, ideal for annotations or binding.
Declaration
public const IconName MarginWide
Field Value
Type |
---|
IconName |
Mdx
Represents an icon for MDX queries, commonly used in data analysis tools, suitable for multidimensional expressions in cubes.
Declaration
public const IconName Mdx
Field Value
Type |
---|
IconName |
Menu
Represents an icon for menus or navigation, commonly used in app bars or dropdowns, use for accessing additional options.
Declaration
public const IconName Menu
Field Value
Type |
---|
IconName |
MergeCells
Represents an icon for merging table cells, commonly used in spreadsheet or word table tools, recommended for combining data spans.
Declaration
public const IconName MergeCells
Field Value
Type |
---|
IconName |
Microphone
Represents an icon for microphone input, commonly used in voice recording or dictation features, apply in audio-enabled editors.
Declaration
public const IconName Microphone
Field Value
Type |
---|
IconName |
Month
Represents an icon for monthly views, commonly used in calendars or schedulers, ideal for date-based planning.
Declaration
public const IconName Month
Field Value
Type |
---|
IconName |
MoreChevron
Represents an icon for more options with chevrons, commonly used in overflow menus, use for compact additional actions.
Declaration
public const IconName MoreChevron
Field Value
Type |
---|
IconName |
MoreColumn
Represents an icon for adding more columns, commonly used in table expansion, suitable for dynamic grid adjustments.
Declaration
public const IconName MoreColumn
Field Value
Type |
---|
IconName |
MoreHorizontal
Represents an icon for horizontal more options, commonly used in toolbars or lists, ideal for ellipsis-style menus.
Declaration
public const IconName MoreHorizontal
Field Value
Type |
---|
IconName |
MoreScatterCharts
Represents an icon for additional scatter charts, commonly used in data visualization galleries, apply when offering chart variations.
Declaration
public const IconName MoreScatterCharts
Field Value
Type |
---|
IconName |
MoreVertical
Represents an icon for vertical more options, commonly used in side panels or dropdowns, suitable for stacked menus.
Declaration
public const IconName MoreVertical
Field Value
Type |
---|
IconName |
MousePointer
Represents an icon for mouse pointers, commonly used in selection tools, recommended for cursor mode indicators.
Declaration
public const IconName MousePointer
Field Value
Type |
---|
IconName |
MultipleComment
Represents an icon for multiple comments, commonly used in review panels, use for grouped feedback in documents.
Declaration
public const IconName MultipleComment
Field Value
Type |
---|
IconName |
MultipleCommentResolve
Represents an icon for resolving multiple comments, commonly used in collaboration tools, ideal for batch comment handling.
Declaration
public const IconName MultipleCommentResolve
Field Value
Type |
---|
IconName |
MultiplePage
Represents an icon for multiple pages, commonly used in print previews or PDFs, apply for multi-sheet representations.
Declaration
public const IconName MultiplePage
Field Value
Type |
---|
IconName |
NamedSet
Represents an icon for named sets, commonly used in data modeling, suitable for predefined groups in queries.
Declaration
public const IconName NamedSet
Field Value
Type |
---|
IconName |
Nature
Represents an icon for nature-themed elements, commonly used in category selectors, recommended for environmental or organic icons.
Declaration
public const IconName Nature
Field Value
Type |
---|
IconName |
NextComment
Represents an icon for navigating to the next comment, commonly used in review navigation, use for sequential feedback browsing.
Declaration
public const IconName NextComment
Field Value
Type |
---|
IconName |
NumberFormatting
Represents an icon for number formatting, commonly used in cell property menus, ideal for currency or date styles in spreadsheets.
Declaration
public const IconName NumberFormatting
Field Value
Type |
---|
IconName |
Objects
Represents an icon for objects or shapes, commonly used in insertion galleries, apply for non-text elements in editors.
Declaration
public const IconName Objects
Field Value
Type |
---|
IconName |
OddPageBreak
Represents an icon for odd page breaks, commonly used in document layout, suitable for controlling print flow.
Declaration
public const IconName OddPageBreak
Field Value
Type |
---|
IconName |
Opacity
Represents an icon for adjusting opacity, commonly used in image editing tools, recommended for transparency controls.
Declaration
public const IconName Opacity
Field Value
Type |
---|
IconName |
OpenLink
Represents an icon for opening links, commonly used in hyperlink dialogs, use for external navigation buttons.
Declaration
public const IconName OpenLink
Field Value
Type |
---|
IconName |
Order
Represents an icon for ordering items, commonly used in sorting or prioritization, ideal for list management.
Declaration
public const IconName Order
Field Value
Type |
---|
IconName |
PageColumn
Represents an icon for page columns, commonly used in layout setups, suitable for multi-column designs.
Declaration
public const IconName PageColumn
Field Value
Type |
---|
IconName |
PageColumnLeft
Represents an icon for left-aligned page columns, commonly used in newspaper-style formats, apply for asymmetric layouts.
Declaration
public const IconName PageColumnLeft
Field Value
Type |
---|
IconName |
PageColumnOne
Represents an icon for single page column, commonly used in standard documents, recommended for simple text flows.
Declaration
public const IconName PageColumnOne
Field Value
Type |
---|
IconName |
PageColumnRight
Represents an icon for right-aligned page columns, commonly used in mirrored layouts, ideal for RTL or balanced designs.
Declaration
public const IconName PageColumnRight
Field Value
Type |
---|
IconName |
PageColumns
Represents an icon for multiple page columns, commonly used in advanced formatting, use for complex page structures.
Declaration
public const IconName PageColumns
Field Value
Type |
---|
IconName |
PageColumnThree
Represents an icon for three page columns, commonly used in brochure designs, suitable for tri-fold layouts.
Declaration
public const IconName PageColumnThree
Field Value
Type |
---|
IconName |
PageColumnTwo
Represents an icon for two page columns, commonly used in article formats, apply for dual-column reading.
Declaration
public const IconName PageColumnTwo
Field Value
Type |
---|
IconName |
PageNumbering
Represents an icon for page numbering, commonly used in header/footer tools, recommended for automated pagination.
Declaration
public const IconName PageNumbering
Field Value
Type |
---|
IconName |
PageOrientation
Represents an icon for page orientation settings, commonly used in print dialogs, ideal for switching between portrait and landscape.
Declaration
public const IconName PageOrientation
Field Value
Type |
---|
IconName |
PageSetup
Represents an icon for page setup configurations, commonly used in document preparation, use for comprehensive layout options.
Declaration
public const IconName PageSetup
Field Value
Type |
---|
IconName |
PageSize
Represents an icon for page size selection, commonly used in scaling tools, suitable for paper format choices.
Declaration
public const IconName PageSize
Field Value
Type |
---|
IconName |
PageTextWrap
Represents an icon for wrapping text around pages, commonly used in advanced layouts, apply for flowing content.
Declaration
public const IconName PageTextWrap
Field Value
Type |
---|
IconName |
PaintBucket
Represents an icon for filling colors with a paint bucket, commonly used in drawing or cell formatting, recommended for area coloring.
Declaration
public const IconName PaintBucket
Field Value
Type |
---|
IconName |
Pan
Represents an icon for panning views, commonly used in map or image viewers, use for navigation without zooming.
Declaration
public const IconName Pan
Field Value
Type |
---|
IconName |
Paragraph
Represents an icon for paragraph formatting, commonly used in text editors, ideal for block-level adjustments.
Declaration
public const IconName Paragraph
Field Value
Type |
---|
IconName |
Password
Represents an icon for password protection, commonly used in security dialogs, apply for encrypted access.
Declaration
public const IconName Password
Field Value
Type |
---|
IconName |
Paste
Represents an icon for pasting content, commonly used in clipboard operations, suitable for inserting copied data.
Declaration
public const IconName Paste
Field Value
Type |
---|
IconName |
PasteMatchDestination
Represents an icon for pasting with destination formatting, commonly used in cross-application copying, use to match surrounding styles.
Declaration
public const IconName PasteMatchDestination
Field Value
Type |
---|
IconName |
PasteStyle
Represents an icon for pasting styles only, commonly used in theme applications, ideal for format transfer without content.
Declaration
public const IconName PasteStyle
Field Value
Type |
---|
IconName |
PasteTextOnly
Represents an icon for pasting text only, commonly used in plain text modes, recommended for stripping formats.
Declaration
public const IconName PasteTextOnly
Field Value
Type |
---|
IconName |
Pause
Represents an icon for pausing media, commonly used in video or audio players, apply in playback controls.
Declaration
public const IconName Pause
Field Value
Type |
---|
IconName |
People
Represents an icon for people or users, commonly used in collaboration features, suitable for team indicators.
Declaration
public const IconName People
Field Value
Type |
---|
IconName |
Perimeter
Represents an icon for calculating perimeters, commonly used in geometry tools, use for shape measurements.
Declaration
public const IconName Perimeter
Field Value
Type |
---|
IconName |
Pin
Represents an icon for pinning items, commonly used in favorites or fixed positions, ideal for keeping elements visible.
Declaration
public const IconName Pin
Field Value
Type |
---|
IconName |
Play
Represents an icon for playing media, commonly used in players or presentations, apply for start actions.
Declaration
public const IconName Play
Field Value
Type |
---|
IconName |
Plus
Represents an icon for addition or expansion, commonly used in math or insertion buttons, suitable for plus operations.
Declaration
public const IconName Plus
Field Value
Type |
---|
IconName |
PreFormatCode
Represents an icon for preformatting code, commonly used in syntax highlighting, apply for code preservation.
Declaration
public const IconName PreFormatCode
Field Value
Type |
---|
IconName |
PreviousComment
Represents an icon for navigating to the previous comment, commonly used in review tools, use for backward feedback traversal.
Declaration
public const IconName PreviousComment
Field Value
Type |
---|
IconName |
Represents an icon for printing documents, commonly used in output menus, recommended for physical copy actions.
Declaration
public const IconName Print
Field Value
Type |
---|
IconName |
PrintLayout
Represents an icon for print layout views, commonly used in document previews, apply for WYSIWYG editing.
Declaration
public const IconName PrintLayout
Field Value
Type |
---|
IconName |
PropertyOne
Represents an icon for property one, commonly used in settings or attributes, suitable for first-level configurations.
Declaration
public const IconName PropertyOne
Field Value
Type |
---|
IconName |
ProtectSheet
Represents an icon for protecting sheets, commonly used in spreadsheet security, use to prevent edits.
Declaration
public const IconName ProtectSheet
Field Value
Type |
---|
IconName |
ProtectWorkbook
Represents an icon for protecting workbooks, commonly used in file-level security, ideal for multi-sheet safeguards.
Declaration
public const IconName ProtectWorkbook
Field Value
Type |
---|
IconName |
RadioButton
Represents an icon for radio buttons, commonly used in form controls, suitable for exclusive selections.
Declaration
public const IconName RadioButton
Field Value
Type |
---|
IconName |
Radius
Represents an icon for radius measurements, commonly used in circle tools, use for curved dimensions.
Declaration
public const IconName Radius
Field Value
Type |
---|
IconName |
ReadingView
Represents an icon for reading views, commonly used in distraction-free modes, recommended for focused consumption.
Declaration
public const IconName ReadingView
Field Value
Type |
---|
IconName |
Reapply
Represents an icon for reapplying actions, commonly used in format painters, ideal for repeating styles.
Declaration
public const IconName Reapply
Field Value
Type |
---|
IconName |
Rectangle
Represents an icon for drawing rectangles, commonly used in shape insertion, apply for box elements.
Declaration
public const IconName Rectangle
Field Value
Type |
---|
IconName |
RecurrenceEdit
Represents an icon for editing recurrences, commonly used in schedulers, suitable for series modifications.
Declaration
public const IconName RecurrenceEdit
Field Value
Type |
---|
IconName |
Redact
Represents an icon for redacting sensitive information, commonly used in privacy tools, use for blacking out text.
Declaration
public const IconName Redact
Field Value
Type |
---|
IconName |
Redaction
Represents an icon for redaction processes, commonly used in document sanitization, ideal for compliance features.
Declaration
public const IconName Redaction
Field Value
Type |
---|
IconName |
Redo
Represents an icon for redoing actions, commonly used in undo stacks, apply after undos.
Declaration
public const IconName Redo
Field Value
Type |
---|
IconName |
Refresh
Represents an icon for refreshing content, commonly used in data updates, suitable for reload buttons.
Declaration
public const IconName Refresh
Field Value
Type |
---|
IconName |
Rename
Represents an icon for renaming items, commonly used in file managers, use for label edits.
Declaration
public const IconName Rename
Field Value
Type |
---|
IconName |
Repeat
Represents an icon for repeating actions or media, commonly used in loops, ideal for cycles.
Declaration
public const IconName Repeat
Field Value
Type |
---|
IconName |
RepeatingSection
Represents an icon for repeating sections, commonly used in forms, apply for dynamic repetitions.
Declaration
public const IconName RepeatingSection
Field Value
Type |
---|
IconName |
Rephrase
Represents an icon for rephrasing text, commonly used in AI writing assistants, recommended for content refinement.
Declaration
public const IconName Rephrase
Field Value
Type |
---|
IconName |
Replace
Represents an icon for replacing text, commonly used in find/replace dialogs, use for substitutions.
Declaration
public const IconName Replace
Field Value
Type |
---|
IconName |
ReplyArrow
Represents an icon for reply arrows, commonly used in comments or emails, ideal for response indicators.
Declaration
public const IconName ReplyArrow
Field Value
Type |
---|
IconName |
Reset
Represents an icon for resetting settings, commonly used in forms or tools, apply to restore defaults.
Declaration
public const IconName Reset
Field Value
Type |
---|
IconName |
Resize
Represents an icon for resizing elements, commonly used in handles or dialogs, suitable for scaling.
Declaration
public const IconName Resize
Field Value
Type |
---|
IconName |
RestartAtOne
Represents an icon for restarting numbering at 1, commonly used in lists, use for sequence resets.
Declaration
public const IconName RestartAtOne
Field Value
Type |
---|
IconName |
Saturation
Represents an icon for adjusting saturation, commonly used in image editors, recommended for color vividness.
Declaration
public const IconName Saturation
Field Value
Type |
---|
IconName |
Save
Represents an icon for saving files, commonly used in menus or buttons, ideal for commit actions.
Declaration
public const IconName Save
Field Value
Type |
---|
IconName |
SaveAs
Represents an icon for saving as new files, commonly used in export dialogs, apply for duplicates.
Declaration
public const IconName SaveAs
Field Value
Type |
---|
IconName |
Search
Represents an icon for searching content, commonly used in find tools, suitable for queries.
Declaration
public const IconName Search
Field Value
Type |
---|
IconName |
SelectAll
Represents an icon for selecting all, commonly used in edit menus, use for full ranges.
Declaration
public const IconName SelectAll
Field Value
Type |
---|
IconName |
Selection
Represents an icon for selections, commonly used in highlighting tools, ideal for ranges.
Declaration
public const IconName Selection
Field Value
Type |
---|
IconName |
SendBackward
Represents an icon for sending layers backward, commonly used in z-order controls, apply for stacking.
Declaration
public const IconName SendBackward
Field Value
Type |
---|
IconName |
SendToBack
Represents an icon for sending to back, commonly used in object management, use for lowest layer.
Declaration
public const IconName SendToBack
Field Value
Type |
---|
IconName |
Settings
Represents an icon for settings configurations, commonly used in gears or menus, suitable for options.
Declaration
public const IconName Settings
Field Value
Type |
---|
IconName |
Shapes
Represents an icon for shapes insertion, commonly used in drawing toolbars, recommended for graphics.
Declaration
public const IconName Shapes
Field Value
Type |
---|
IconName |
Sharpness
Represents an icon for adjusting sharpness, commonly used in photo editors, apply for clarity enhancements.
Declaration
public const IconName Sharpness
Field Value
Type |
---|
IconName |
Shorten
Represents an icon for shortening text or elements, commonly used in summarization, use for condensation.
Declaration
public const IconName Shorten
Field Value
Type |
---|
IconName |
ShowHidePanel
Represents an icon for showing or hiding panels, commonly used in UI toggles, ideal for visibility controls.
Declaration
public const IconName ShowHidePanel
Field Value
Type |
---|
IconName |
ShowSidePanel
Represents an icon for showing side panels, commonly used in navigation drawers, apply for auxiliary views.
Declaration
public const IconName ShowSidePanel
Field Value
Type |
---|
IconName |
Signature
Represents an icon for signatures, commonly used in document signing, suitable for authentication.
Declaration
public const IconName Signature
Field Value
Type |
---|
IconName |
SizeA4
Represents an icon for A4 paper size, commonly used in page setups, recommended for standard printing.
Declaration
public const IconName SizeA4
Field Value
Type |
---|
IconName |
SizeA5
Represents an icon for A5 paper size, commonly used in compact documents, apply for smaller formats.
Declaration
public const IconName SizeA5
Field Value
Type |
---|
IconName |
SizeCustom
Represents an icon for custom sizes, commonly used in flexible setups, use for non-standard dimensions.
Declaration
public const IconName SizeCustom
Field Value
Type |
---|
IconName |
SizeExecutive
Represents an icon for executive paper size, commonly used in business letters, ideal for professional correspondence.
Declaration
public const IconName SizeExecutive
Field Value
Type |
---|
IconName |
SizeLegal
Represents an icon for legal paper size, commonly used in contracts, apply for elongated documents.
Declaration
public const IconName SizeLegal
Field Value
Type |
---|
IconName |
SizeLetter
Represents an icon for letter paper size, commonly used in US standards, suitable for everyday printing.
Declaration
public const IconName SizeLetter
Field Value
Type |
---|
IconName |
SmartEdit
Represents an icon for smart or intelligent editing features, typically used in modern editing tools, AI-assisted applications, or productivity software to indicate context-aware or automated editing capabilities.
Declaration
public const IconName SmartEdit
Field Value
Type |
---|
IconName |
SmartPaste
Represents an icon for smart pasting, commonly used in intelligent clipboard, recommended for contextual inserts.
Declaration
public const IconName SmartPaste
Field Value
Type |
---|
IconName |
SortAscending
Represents an icon for ascending sorting, commonly used in tables or lists, use for A-Z ordering.
Declaration
public const IconName SortAscending
Field Value
Type |
---|
IconName |
SortAscending2
Represents an alternative icon for ascending sorting, commonly used in variant UI themes, apply for upward arrangements.
Declaration
public const IconName SortAscending2
Field Value
Type |
---|
IconName |
SortDescending
Represents an icon for descending sorting, commonly used in data grids, suitable for Z-A ordering.
Declaration
public const IconName SortDescending
Field Value
Type |
---|
IconName |
SortDescending2
Represents an alternative icon for descending sorting, commonly used in menus, use for downward sequences.
Declaration
public const IconName SortDescending2
Field Value
Type |
---|
IconName |
Sorting1
Represents an icon for general sorting, commonly used in filter panels, ideal for bidirectional options.
Declaration
public const IconName Sorting1
Field Value
Type |
---|
IconName |
Sorting2
Represents an alternative icon for sorting, commonly used in compact views, apply for organization tools.
Declaration
public const IconName Sorting2
Field Value
Type |
---|
IconName |
Sorting3
Represents another alternative icon for sorting, commonly used in advanced filters, use for multi-level sorting.
Declaration
public const IconName Sorting3
Field Value
Type |
---|
IconName |
SpellCheck
Represents an icon for spell checking, commonly used in writing aids, recommended for error detection.
Declaration
public const IconName SpellCheck
Field Value
Type |
---|
IconName |
SplitHorizontal
Represents an icon for horizontal splitting, commonly used in window management, suitable for dividing views.
Declaration
public const IconName SplitHorizontal
Field Value
Type |
---|
IconName |
SplitVertical
Represents an icon for vertical splitting, commonly used in panes, apply for side-by-side comparisons.
Declaration
public const IconName SplitVertical
Field Value
Type |
---|
IconName |
Squiggly
Represents an icon for squiggly underlines, commonly used in spell check highlights, use for error markings.
Declaration
public const IconName Squiggly
Field Value
Type |
---|
IconName |
Stamp
Represents an icon for stamping, commonly used in approval workflows, ideal for marking documents.
Declaration
public const IconName Stamp
Field Value
Type |
---|
IconName |
StarFilled
Represents an icon for filled stars, commonly used in ratings, use for favorites or highlights.
Declaration
public const IconName StarFilled
Field Value
Type |
---|
IconName |
StopRectangle
Represents an icon for stopping rectangles, commonly used in flowcharts, apply for termination symbols.
Declaration
public const IconName StopRectangle
Field Value
Type |
---|
IconName |
Strikethrough
Represents an icon for strikethrough text, commonly used in editing, suitable for deletions.
Declaration
public const IconName Strikethrough
Field Value
Type |
---|
IconName |
StrokeWidth
Represents an icon for stroke widths, commonly used in pen tools, recommended for line customizations.
Declaration
public const IconName StrokeWidth
Field Value
Type |
---|
IconName |
Style
Represents an icon for styles application, commonly used in themes, use for formatting presets.
Declaration
public const IconName Style
Field Value
Type |
---|
IconName |
Subscript
Represents an icon for subscript text, commonly used in formulas, ideal for chemical or math notations.
Declaration
public const IconName Subscript
Field Value
Type |
---|
IconName |
SubTotal
Represents an icon for subtotals, commonly used in accounting, suitable for aggregated sums.
Declaration
public const IconName SubTotal
Field Value
Type |
---|
IconName |
Sum
Represents an icon for summation, commonly used in calculators, apply for total computations.
Declaration
public const IconName Sum
Field Value
Type |
---|
IconName |
Superscript
Represents an icon for superscript text, commonly used in exponents, recommended for footnotes or powers.
Declaration
public const IconName Superscript
Field Value
Type |
---|
IconName |
SwapArrow
Represents an icon for swapping elements or positions, commonly used in drag-and-drop interfaces or reordering lists, suitable for actions that exchange positions of items.
Declaration
public const IconName SwapArrow
Field Value
Type |
---|
IconName |
Symbols
Represents an icon for symbols insertion, commonly used in special characters, ideal for equations.
Declaration
public const IconName Symbols
Field Value
Type |
---|
IconName |
Table
Represents an icon for tables, commonly used in insertion menus, suitable for data grids.
Declaration
public const IconName Table
Field Value
Type |
---|
IconName |
TableAlignCenter
Represents an icon for center-aligning tables, commonly used in layout tools, apply for balanced positioning.
Declaration
public const IconName TableAlignCenter
Field Value
Type |
---|
IconName |
TableAlignLeft
Represents an icon for left-aligning tables, commonly used in documents, use for standard flows.
Declaration
public const IconName TableAlignLeft
Field Value
Type |
---|
IconName |
TableAlignRight
Represents an icon for right-aligning tables, commonly used in RTL or reports, ideal for numeric data.
Declaration
public const IconName TableAlignRight
Field Value
Type |
---|
IconName |
TableBorderCustom
Represents an icon for custom table borders, commonly used in styling, recommended for personalized grids.
Declaration
public const IconName TableBorderCustom
Field Value
Type |
---|
IconName |
TableCell
Represents an icon for table cells, commonly used in selections, apply for individual edits.
Declaration
public const IconName TableCell
Field Value
Type |
---|
IconName |
TableCellNone
Represents an icon for no table cells, commonly used in clearing, use for empty states.
Declaration
public const IconName TableCellNone
Field Value
Type |
---|
IconName |
TableDelete
Represents an icon for deleting tables, commonly used in removal tools, suitable for cleanup.
Declaration
public const IconName TableDelete
Field Value
Type |
---|
IconName |
TableEdit
Represents an icon for editing table content or structure, commonly used in document editors, spreadsheet applications, or content management systems to modify rows, columns, or cell data within a table.
Declaration
public const IconName TableEdit
Field Value
Type |
---|
IconName |
TableHeader
Represents an icon for table headers, commonly used in data tables, ideal for column titles.
Declaration
public const IconName TableHeader
Field Value
Type |
---|
IconName |
TableInsertColumn
Represents an icon for inserting table columns, commonly used in expansions, apply for adding fields.
Declaration
public const IconName TableInsertColumn
Field Value
Type |
---|
IconName |
TableInsertRow
Represents an icon for inserting table rows, commonly used in data entry, use for record additions.
Declaration
public const IconName TableInsertRow
Field Value
Type |
---|
IconName |
TableMerge
Represents an icon for merging tables, commonly used in combinations, recommended for unification.
Declaration
public const IconName TableMerge
Field Value
Type |
---|
IconName |
TableNested
Represents an icon for nested tables, commonly used in complex layouts, apply for embedded structures.
Declaration
public const IconName TableNested
Field Value
Type |
---|
IconName |
TableOfContent
Represents an icon for table of contents, commonly used in navigation, ideal for outlines.
Declaration
public const IconName TableOfContent
Field Value
Type |
---|
IconName |
TableOverwriteCells
Represents an icon for overwriting table cells, commonly used in pastes, use for replacements.
Declaration
public const IconName TableOverwriteCells
Field Value
Type |
---|
IconName |
TableUpdate
Represents an icon for updating tables, commonly used in refreshes, suitable for data syncs.
Declaration
public const IconName TableUpdate
Field Value
Type |
---|
IconName |
TextAlternative
Represents an icon for alternative text, commonly used in accessibility, recommended for images.
Declaration
public const IconName TextAlternative
Field Value
Type |
---|
IconName |
TextAnnotation
Represents an icon for text annotations, commonly used in markups, apply for notes.
Declaration
public const IconName TextAnnotation
Field Value
Type |
---|
IconName |
TextForm
Represents an icon for text forms, commonly used in fields, ideal for inputs.
Declaration
public const IconName TextForm
Field Value
Type |
---|
IconName |
TextHeader
Represents an icon for text headers, commonly used in headings, suitable for titles.
Declaration
public const IconName TextHeader
Field Value
Type |
---|
IconName |
TextOutline
Represents an icon for text outlines, commonly used in styles, use for borders.
Declaration
public const IconName TextOutline
Field Value
Type |
---|
IconName |
TextRedact
Represents an icon for redacting text, commonly used in privacy or document editing tools, ideal for obscuring sensitive information in text content.
Declaration
public const IconName TextRedact
Field Value
Type |
---|
IconName |
TextThatContains
Represents an icon for text containing searches, commonly used in finds, apply for conditions.
Declaration
public const IconName TextThatContains
Field Value
Type |
---|
IconName |
TextWrap
Represents an icon for text wrapping, commonly used in layouts, recommended for flows around objects.
Declaration
public const IconName TextWrap
Field Value
Type |
---|
IconName |
Thumbnail
Represents an icon for thumbnails, commonly used in previews, use for mini views.
Declaration
public const IconName Thumbnail
Field Value
Type |
---|
IconName |
ThumbsDown
Represents an icon for thumbs down, commonly used in feedback, ideal for dislikes.
Declaration
public const IconName ThumbsDown
Field Value
Type |
---|
IconName |
ThumbsDownFill
Represents a filled icon for thumbs down, commonly used in ratings, apply for negative votes.
Declaration
public const IconName ThumbsDownFill
Field Value
Type |
---|
IconName |
ThumbsUp
Represents an icon for thumbs up, commonly used in approvals, suitable for likes.
Declaration
public const IconName ThumbsUp
Field Value
Type |
---|
IconName |
ThumbsUpFill
Represents a filled icon for thumbs up, commonly used in positives, use for endorsements.
Declaration
public const IconName ThumbsUpFill
Field Value
Type |
---|
IconName |
TimelineDay
Represents an icon for daily timelines, commonly used in schedulers, apply for day views.
Declaration
public const IconName TimelineDay
Field Value
Type |
---|
IconName |
TimelineMonth
Represents an icon for monthly timelines, commonly used in calendars, ideal for overviews.
Declaration
public const IconName TimelineMonth
Field Value
Type |
---|
IconName |
TimelineToday
Represents an icon for today's timeline, commonly used in planners, use for current days.
Declaration
public const IconName TimelineToday
Field Value
Type |
---|
IconName |
TimelineWeek
Represents an icon for weekly timelines, commonly used in agendas, suitable for seven-day spans.
Declaration
public const IconName TimelineWeek
Field Value
Type |
---|
IconName |
TimelineWorkWeek
Represents an icon for work week timelines, commonly used in business calendars, apply for Monday-Friday views.
Declaration
public const IconName TimelineWorkWeek
Field Value
Type |
---|
IconName |
TimeZone
Represents an icon for time zones, commonly used in global apps, recommended for UTC adjustments.
Declaration
public const IconName TimeZone
Field Value
Type |
---|
IconName |
Tint
Represents an icon for tint adjustments, commonly used in colors, recommended for shades.
Declaration
public const IconName Tint
Field Value
Type |
---|
IconName |
TopBottomRules
Represents an icon for top-bottom rules, commonly used in conditional formatting, ideal for extremes.
Declaration
public const IconName TopBottomRules
Field Value
Type |
---|
IconName |
TopTen
Represents an icon for top 10 filters, commonly used in data analysis, use for rankings.
Declaration
public const IconName TopTen
Field Value
Type |
---|
IconName |
Transform
Represents an icon for transformations, commonly used in edits, suitable for changes.
Declaration
public const IconName Transform
Field Value
Type |
---|
IconName |
TransformLeft
Represents an icon for left transformations, commonly used in alignments, apply for shifts.
Declaration
public const IconName TransformLeft
Field Value
Type |
---|
IconName |
TransformRight
Represents an icon for right transformations, commonly used in mirrors, use for flips.
Declaration
public const IconName TransformRight
Field Value
Type |
---|
IconName |
Translate
Represents an icon for translations, commonly used in languages, recommended for localizations.
Declaration
public const IconName Translate
Field Value
Type |
---|
IconName |
Trash
Represents an icon for trash or deletion, commonly used in removes, ideal for bins.
Declaration
public const IconName Trash
Field Value
Type |
---|
IconName |
TravelAndPlaces
Represents an icon for travel and places categories, commonly used in icons sets, apply for thematic groups.
Declaration
public const IconName TravelAndPlaces
Field Value
Type |
---|
IconName |
Triangle
Represents an icon for triangles, commonly used in shapes, suitable for arrows or warnings.
Declaration
public const IconName Triangle
Field Value
Type |
---|
IconName |
TwoColumn
Represents an icon for two columns, commonly used in layouts, use for splits.
Declaration
public const IconName TwoColumn
Field Value
Type |
---|
IconName |
TwoRow
Represents an icon for two rows, commonly used in tables, apply for pairs.
Declaration
public const IconName TwoRow
Field Value
Type |
---|
IconName |
Underline
Represents an icon for underlining text, commonly used in formats, recommended for emphasis.
Declaration
public const IconName Underline
Field Value
Type |
---|
IconName |
Undo
Represents an icon for undoing actions, commonly used in histories, use for reversals.
Declaration
public const IconName Undo
Field Value
Type |
---|
IconName |
Unfiltered
Represents an icon for unfiltered states, commonly used in clears, ideal for resets.
Declaration
public const IconName Unfiltered
Field Value
Type |
---|
IconName |
Ungroup1
Represents an icon for ungrouping, commonly used in objects, suitable for separations.
Declaration
public const IconName Ungroup1
Field Value
Type |
---|
IconName |
Ungroup2
Represents an alternative icon for ungrouping, commonly used in variants, apply for disassemblies.
Declaration
public const IconName Ungroup2
Field Value
Type |
---|
IconName |
Unlock
Represents an icon for unlocking, commonly used in securities, use for accesses.
Declaration
public const IconName Unlock
Field Value
Type |
---|
IconName |
Unpin
Represents an icon for unpinning, commonly used in fixes, recommended for releases.
Declaration
public const IconName Unpin
Field Value
Type |
---|
IconName |
Upload
Represents an icon for uploading, commonly used in files, ideal for sends.
Declaration
public const IconName Upload
Field Value
Type |
---|
IconName |
UpperCase
Represents an icon for uppercase conversions, commonly used in cases, apply for capitalizations.
Declaration
public const IconName UpperCase
Field Value
Type |
---|
IconName |
User
Represents an icon for users, commonly used in profiles, suitable for accounts.
Declaration
public const IconName User
Field Value
Type |
---|
IconName |
UserDefined
Represents an icon for user-defined items, commonly used in customs, use for personals.
Declaration
public const IconName UserDefined
Field Value
Type |
---|
IconName |
VerticalAlignBottom
Represents an icon for bottom vertical alignment, commonly used in cells, recommended for lowers.
Declaration
public const IconName VerticalAlignBottom
Field Value
Type |
---|
IconName |
VerticalAlignCenter
Represents an icon for center vertical alignment, commonly used in texts, apply for middles.
Declaration
public const IconName VerticalAlignCenter
Field Value
Type |
---|
IconName |
VerticalAlignTop
Represents an icon for top vertical alignment, commonly used in layouts, ideal for uppers.
Declaration
public const IconName VerticalAlignTop
Field Value
Type |
---|
IconName |
Video
Represents an icon for videos, commonly used in medias, suitable for plays.
Declaration
public const IconName Video
Field Value
Type |
---|
IconName |
ViewSide
Represents an icon for side views, commonly used in previews, use for perspectives.
Declaration
public const IconName ViewSide
Field Value
Type |
---|
IconName |
Volume
Represents an icon for volumes, commonly used in audios, recommended for levels.
Declaration
public const IconName Volume
Field Value
Type |
---|
IconName |
Warning
Represents an icon for warnings, commonly used in alerts, apply for cautions.
Declaration
public const IconName Warning
Field Value
Type |
---|
IconName |
WebLayout
Represents an icon for web layouts, commonly used in views, ideal for online modes.
Declaration
public const IconName WebLayout
Field Value
Type |
---|
IconName |
Week
Represents an icon for weeks, commonly used in calendars, suitable for spans.
Declaration
public const IconName Week
Field Value
Type |
---|
IconName |
XMLMapping
Represents an icon for XML mappings, commonly used in data bindings, use for structures.
Declaration
public const IconName XMLMapping
Field Value
Type |
---|
IconName |
ZoomIn
Represents an icon for zooming in, commonly used in magnifiers, recommended for enlargements.
Declaration
public const IconName ZoomIn
Field Value
Type |
---|
IconName |
ZoomOut
Represents an icon for zooming out, commonly used in reductions, apply for overviews.
Declaration
public const IconName ZoomOut
Field Value
Type |
---|
IconName |
ZoomToFit
Represents an icon for zooming to fit, commonly used in autoscales, ideal for full views.
Declaration
public const IconName ZoomToFit
Field Value
Type |
---|
IconName |