Ink QML Type

Ink Component More...

Import Statement: import QuickAndrid .

Properties

Detailed Description

Property Documentation

centered : bool

This property holds a value to indicate should it force ripple to be generated at the center of component in any case.

The default value is false.


color : color

This property holds the color of ripple.


maxRadius : real

This property holds the max radius of ripple.


mouseArea : var

The MouseArea item to be listened to generate ripple effect.

The default value is the Ink item. User may assign another MouseArea to be listened.