ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRoundedRectangle Structure / Radius Property




In This Topic
Radius Property (ImGearRoundedRectangle)
In This Topic
Gets or sets the radius for the rounded edges.
Syntax
'Declaration
 
Public Property Radius As Integer
 
'Usage
 
Dim instance As ImGearRoundedRectangle
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius

Property Value

Integer value.
See Also