GrapeCity MultiRow Windows Forms Documentation
TextAngle Property (NewRowAlternateText)


Gets or sets the rotated angle of the new row alternate text.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the rotated angle of the new row alternate text.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.TextAngleEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
Public Property TextAngle As Single
Dim instance As NewRowAlternateText
Dim value As Single
 
instance.TextAngle = value
 
value = instance.TextAngle
[DefaultValue()]
[SRDescription("Indicates the rotated angle of the new row alternate text.")]
[RefreshProperties(RefreshProperties.Repaint)]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.TextAngleEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
public float TextAngle {get; set;}

Property Value

A System.Single value that indicates the the rotated angle of the new row alternate text. Default is 0.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value less than -90 or more than 90.
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

NewRowAlternateText Class
NewRowAlternateText Members

 

 


Copyright © GrapeCity, inc. All rights reserved.