Hide Comments
Hide Comments

Comments (0)

Defines the SVG curstor type, which specifies the type of cursor to be displayed when over the SVG element

Namespace: RSSVGTypes

expandingSyntax

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 ); 
 

expandingMembers

 

Name

Description

public enummember

scrAuto

Represents constant scrAuto.

public enummember

scrCrosshair

Represents constant scrCrosshair.

public enummember

scrDefault

Represents constant scrDefault.

public enummember

scrE_resize

Represents constant scrE_resize.

public enummember

scrHelp

Represents constant scrHelp.

public enummember

scrMove

Represents constant scrMove.

public enummember

scrNE_resize

Represents constant scrNE_resize.

public enummember

scrNone

Represents constant scrNone.

public enummember

scrNW_resize

Represents constant scrNW_resize.

public enummember

scrN_resize

Represents constant scrN_resize.

public enummember

scrPointer

Represents constant scrPointer.

public enummember

scrSE_resize

Represents constant scrSE_resize.

public enummember

scrSW_resize

Represents constant scrSW_resize.

public enummember

scrS_resize

Represents constant scrS_resize.

public enummember

scrText

Represents constant scrText.

public enummember

scrWait

Represents constant scrWait.

public enummember

scrW_resize

Represents constant scrW_resize.

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb