Inheritance
System.Object
InkHighlight
public class InkHighlight : InteractiveInkFeature
Constructors
Declaration
public InkHighlight(MaterialInkController controller = null, RenderBox referenceBox = null, Color color = null, BoxShape shape = BoxShape.rectangle, BorderRadius borderRadius = null, ShapeBorder customBorder = null, RectCallback rectCallback = null, VoidCallback onRemoved = null)
Parameters
Properties
Declaration
public bool active { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
Declaration
Declaration
public override void dispose()
Overrides
Declaration
protected override void paintFeature(Canvas canvas, Matrix3 transform)
Parameters
Overrides