GrapeCity.Win.MultiRow Namespace > TrapezoidShapeRenderer Class : RightAngle Property |
<DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <SRDescriptionAttribute("Indicates the trapezoid shape's right angle.")> <SRCategoryAttribute("Appearance")> Public Property RightAngle As Integer
Dim instance As TrapezoidShapeRenderer Dim value As Integer instance.RightAngle = value value = instance.RightAngle
[DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] [SRDescription("Indicates the trapezoid shape's right angle.")] [SRCategory("Appearance")] public int RightAngle {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value should less than or equal to 90 and greater than 0. |
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