Field AfterPaint
Represents a delegate that is invoked after the painting operation is completed.
public BaseDrawable.PaintDelegate? AfterPaint
Returns
- BaseDrawable.PaintDelegate
- Represents a delegate that is invoked after the painting operation is completed.
Remarks
This delegate can be used to perform additional operations or customizations after the primary painting logic has been executed. The specific parameters and behavior of the delegate depend on the implementation of the painting logic.