A rectangle that represents the area of the
RoundButton that needs to be repainted.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Rectangle ClipRectangle { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ClipRectangle As Rectangle
Get |
| Visual C++ |
|---|
public:
property Rectangle ClipRectangle {
Rectangle get ();
} |
| F# |
|---|
member ClipRectangle : Rectangle with get
|
Property Value
Type:
RectangleThe area of the
RoundButton that needs to be repainted.
See Also