Skip to content

HandyControl comes with some geometric shape definitions, but it is obviously not enough to apply to production. We are not prepared to be all-encompassing. There is never a bottom, so we will do the opposite. It only contains the control library itself (of course users can also use it), and the rest should expand on its own. All shape definitions in the control library are listed in the following table:

NameDescription
CalendarGeometryCalendar
DeleteGeometryDelete
DeleteFillCircleGeometryDelete (Circular Fill)
CloseGeometryClose
DownGeometryNext
UpGeometryOn
ClockGeometryClock
LeftGeometryLeft
RightGeometryRight
RotateLeftGeometryRotate Left
RotateRightGeometryRotate Right
EnlargeGeometryZoom
ReduceGeometryZoom out
DownloadGeometryDownload
SaveGeometrySave
WindowsGeometryWindow
FullScreenGeometryFull Screen
FullScreenReturnGeometryFull Screen Back
SearchGeometrySearch
UpDownGeometryUpper and lower combinations
WindowMinGeometryWindow Minimization
WindowRestoreGeometryWindow Restore
WindowMaxGeometryWindow Maximization
PageModeGeometrySingle page mode
TwoPageModeGeometryDouble page mode
ScrollModeGeometryScroll mode
AudioGeometrySound
BubbleTailGeometryBubble Tail
StarGeometryLove
AddGeometryAdd
SubGeometrySubtract
WarningGeometryWarning
InfoGeometryInformation
ErrorGeometryError
SuccessGeometrySuccess
FatalGeometryCritical
AskGeometryInquiry
AllGeometryAll
DragVerticalGeometryDrag and Drop Vertically (for toolbars)
DragHorizontalGeometryDrag and Drop Horizontally (for toolbars)
CheckedGeometrySelected
EyeOpenGeometryOpen eyes
EyeCloseGeometryClose eyes
DropperGeometrySelect Color from Shell
VisualStudioGeometryVisual Studio Icon
ConfigGeometryGear Icon
NewGeometryNew Icon
RemoveGeometryRemove Icon
AlignLeftGeometry
AlignRightGeometry
AlignHCenterGeometry
AlignHStretchGeometry
AlignTopGeometry
AlignBottomGeometry
AlignVCenterGeometry
AlignVStretchGeometry

NOTE

Example: Data="{StaticResource ErrorGeometry}"

Released under the MIT License.