Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Enumerations
TSVGCursor Enumeration
Defines the SVG curstor type, which specifies the type of cursor to be displayed when over the SVG element
Namespace: FMX.RS.SVGTypes
Delphi
type TSVGCursor = ( scrNone, scrAuto, scrCrosshair, scrDefault, scrPointer, scrMove, scrE_resize, scrNE_resize, scrNW_resize, scrN_resize, scrSE_resize, scrSW_resize, scrS_resize, scrW_resize, scrText, scrWait, scrHelp );
Name
Description
scrAuto
Represents constant scrAuto.
scrCrosshair
Represents constant scrCrosshair.
scrDefault
Represents constant scrDefault.
scrE_resize
Represents constant scrE_resize.
scrHelp
Represents constant scrHelp.
scrMove
Represents constant scrMove.
scrNE_resize
Represents constant scrNE_resize.
scrNone
Represents constant scrNone.
scrNW_resize
Represents constant scrNW_resize.
scrN_resize
Represents constant scrN_resize.
scrPointer
Represents constant scrPointer.
scrSE_resize
Represents constant scrSE_resize.
scrSW_resize
Represents constant scrSW_resize.
scrS_resize
Represents constant scrS_resize.
scrText
Represents constant scrText.
scrWait
Represents constant scrWait.
scrW_resize
Represents constant scrW_resize.
Top
•FMX.RS.SVGTypes