GrapeCity.Win.MultiRow Namespace > RoundedRectangleShapeRenderer Class : RoundedRadius Property |
<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;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value should be greater than or equal to 0f and should be less than or equal to 0.5f. |
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