Search
ButtonDrawEventArgs.ClipBounds Property
See Also
 






Gets the current clip rectangle.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Rect ClipBounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property ClipBounds As Rect

 Property Value

An instance of the Microsoft.Maui.Graphics.Rect structure.

 See Also