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