GrapeCity MultiRow Windows Forms Documentation
RoundedRadius Property


Gets or sets the radius of the rounded rectangle corner.
Syntax
<DefaultValueAttribute()>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the radius of the rounded rectangle corner.")>
Public Property RoundedRadius As Single
Dim instance As RoundedRectangleShapeRenderer
Dim value As Single
 
instance.RoundedRadius = value
 
value = instance.RoundedRadius
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Appearance")]
[SRDescription("Indicates the radius of the rounded rectangle corner.")]
public float RoundedRadius {get; set;}

Property Value

A System.Single value that indicates the radius of the rounded rectangle corner. The default is 0.2f.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value should be greater than or equal to 0f and should be less than or equal to 0.5f.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RoundedRectangleShapeRenderer Class
RoundedRectangleShapeRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.