GrapeCity MultiRow Windows Forms Documentation
LeftAngle Property


Gets or sets the trapezoid shape's left angle.
Syntax
<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;}

Property Value

An System.Int32 value that indicates the trapezoid shape's left angle. The default is 60.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value should be less than or equal to 90 and greater than 0.
Remarks
The 'left' is defined when the Direction property value is Top. When the user changes the Direction, the 'left' will be rotated. For example, if the Direction property value is Bottom, the "left" angle actually represents the right angle.
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

TrapezoidShapeRenderer Class
TrapezoidShapeRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.