Search
ZoomControl.CornerRadius Property
See Also
 





Gets or sets the corner radius of rounded child elements.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public int CornerRadius { get; set; }

Visual Basic  Copy Code

Public Property CornerRadius As Integer

 Property Value

An integer value specifying the radius of corner arcs. The default value is 2.

 See Also