GrapeCity MultiRow Windows Forms Documentation
TextVertical Property (CellNoteStyle)


Gets or sets whether the text is shown vertically.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether the text is shown vertically.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("TextAppearance")>
Public Property TextVertical As MultiRowTriState
Dim instance As CellNoteStyle
Dim value As MultiRowTriState
 
instance.TextVertical = value
 
value = instance.TextVertical
[DefaultValue()]
[SRDescription("Indicates whether the text is shown vertically.")]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("TextAppearance")]
public MultiRowTriState TextVertical {get; set;}

Property Value

One of the MultiRowTriState values. The default is MultiRowTriState.Inherit.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not one of the MultiRowTriState values.
Remarks
Note:
This property only takes effect when the UseCompatibleTextRendering property value is MultiRowTriState.True.
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

CellNoteStyle Class
CellNoteStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.