Table of Contents

Class KnownSvgImages

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Allows to get known svg images as ImageSet instances.

public static class KnownSvgImages
Inheritance
KnownSvgImages

Properties

ImgAbort

Gets or sets image that can be used in "Abort" buttons.

ImgAdd

Gets or sets image that can be used in "Add" toolbar buttons.

ImgAddChild

Gets or sets image that can be used in "Add child" toolbar buttons.

ImgAngleDown

Gets or sets 'Angle Up' image.

ImgAngleLeft

Gets or sets 'Angle Left' image.

ImgAngleRight

Gets or sets 'Angle Right' image.

ImgAngleUp

Gets or sets 'Angle Up' image.

ImgArrowDown

Gets or sets 'Arrow Down' image.

ImgArrowLeft

Gets or sets 'Arrow Left' image.

ImgArrowRight

Gets or sets 'Arrow Right' image.

ImgArrowUp

Gets or sets 'Arrow Up' image.

ImgBold

Gets or sets image that can be used in "Bold" toolbar buttons.

ImgBrowserBack

Gets or sets image that can be used in "Back" toolbar buttons for the WebBrowser.

ImgBrowserForward

Gets or sets image that can be used in "Forward" toolbar buttons for the WebBrowser.

ImgBrowserGo

Gets or sets image that can be used in "Go" toolbar buttons for the WebBrowser.

ImgCancel

Gets or sets image that can be used in "Cancel" buttons.

ImgCircle

Gets or sets 'Circle' image.

ImgCircleDot

Gets or sets 'Circle Dot' image.

ImgCircleDotFilled

Gets or sets 'Circle Dot Filled' image.

ImgCircleFilled

Gets or sets 'Circle Filled' image.

ImgCopy

Gets or sets 'Copy' image.

ImgDebugRun

Gets or sets 'Debug Run' image.

ImgDiamondFilled

Gets or sets 'Diamond Filled' image.

ImgEmpty

Gets or sets empty image.

ImgEyeOff

Gets or sets 'Eye Off' image.

ImgEyeOn

Gets or sets 'Eye On' image.

ImgFileNew

Gets or sets image that can be used in "File|New" toolbar items.

ImgFileOpen

Gets or sets image that can be used in "File|Open" toolbar items.

ImgFileSave

Gets or sets image that can be used in "File|Save" toolbar items.

ImgFindMatchCase

Gets or sets 'Find Match Case' image.

ImgFindMatchFullWord

Gets or sets 'Find Match Full Word' image.

ImgGear

Gets or sets 'Gear' image.

ImgHelp

Gets or sets image that can be used in "Help" buttons.

ImgIconFile

Gets or sets image for the regular file icon.

ImgIconFileSolid

Gets or sets image for the solid file icon.

ImgIconFolder

Gets or sets image for the regular folder icon.

ImgIconFolderSolid

Gets or sets image for the solid folder icon.

ImgIgnore

Gets or sets image that can be used in "Ignore" buttons.

ImgItalic

Gets or sets image that can be used in "Italic" toolbar buttons.

ImgKeyboard

Gets or sets 'Keyboard' image.

ImgMessageBoxError

Gets or sets image that can be used in MessageBox like dialogs as "Error" sign.

ImgMessageBoxInformation

Gets or sets image that can be used in MessageBox like dialogs as "Information" sign.

ImgMessageBoxWarning

Gets or sets image that can be used in MessageBox like dialogs as "Warning" sign.

ImgMinus

Gets or sets image that can be used as 'Minus' image.

ImgMoreActions

Gets or sets image that can be used in "More Actions" toolbar buttons.

ImgMoreActionsHorz

Gets or sets image that can be used in horizontal "More Actions" toolbar buttons.

ImgNo

Gets or sets image that can be used in "No" buttons.

ImgOk

Gets or sets image that can be used in "Ok" buttons.

ImgPaste

Gets or sets 'Paste' image.

ImgPlus

Gets or sets image that can be used as plus image.

ImgRedo

Gets or sets image that can be used in "Redo" toolbar buttons.

ImgRegularExpr

Gets or sets 'Use Regular Expressions' image.

ImgRemove

Gets or sets image that can be used in "Remove" toolbar buttons.

ImgRemoveAll

Gets or sets image that can be used in "Remove" toolbar buttons.

ImgReplace

Gets or sets 'Replace' image.

ImgReplaceAll

Gets or sets 'Replace All' image.

ImgRetry

Gets or sets image that can be used in "Retry" buttons.

ImgSearch

Gets or sets 'Search' image.

ImgSquare

Gets or sets 'Square' image.

ImgSquareCheckFilled

Gets or sets 'Square Check Filled' image.

ImgSquareMinus

Gets or sets image that can be used as 'Minus Inside Square' image.

ImgSquareMinusFilled

Gets or sets 'Square Minus Filled' image.

ImgSquarePlus

Gets or sets image that can be used as 'Plus Inside Square' image.

ImgSquarePlusFilled

Gets or sets 'Square Plus Filled' image.

ImgTrashCan

Gets or sets 'Trash Can' image.

ImgTriangleArrowDown

Gets or sets 'Triangle Arrow Down' image.

ImgTriangleArrowLeft

Gets or sets 'Triangle Arrow Left' image.

ImgTriangleArrowRight

Gets or sets 'Triangle Arrow Right' image.

ImgTriangleArrowUp

Gets or sets 'Triangle Arrow Up' image.

ImgUnderline

Gets or sets image that can be used in "Underline" toolbar buttons.

ImgUndo

Gets or sets image that can be used in "Undo" toolbar buttons.

ImgYes

Gets or sets image that can be used in "Yes" buttons.

ImgZoomIn

Gets or sets image that can be used in "Zoom in" toolbar buttons.

ImgZoomOut

Gets or sets image that can be used in "Zoom out" toolbar buttons.

Methods

GetAllImages()

Gets all images in KnownSvgImages.

GetImgAngleUpDown(bool)

Gets ImgAngleUp or ImgAngleDown image.

GetImgTriangleArrow(ArrowDirection)

Gets triangle arrow image with the specified direction.

GetTreeViewButtonImages(TreeViewButtonsKind)

Gets tree view button images based on the specified kind.