GrapeCity MultiRow Windows Forms Documentation
Direction Property (TrapezoidShapeRenderer)


Gets or sets the trapezoid shape's rotated direction.
Syntax
<SRDescriptionAttribute("Indicates the shape's rotated direction.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
Public Property Direction As ShapeDirection
Dim instance As TrapezoidShapeRenderer
Dim value As ShapeDirection
 
instance.Direction = value
 
value = instance.Direction
[SRDescription("Indicates the shape's rotated direction.")]
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
[SRCategory("Appearance")]
public ShapeDirection Direction {get; set;}

Property Value

One of the ShapeDirection settings. The default is ShapeDirection.Top.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not one of the ShapeDirection values.
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.