GrapeCity.Win.MultiRow Namespace > CellNoteStyle Class : TextVertical Property |
<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;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The assigned value is not one of the MultiRowTriState values. |
Note: |
---|
This property only takes effect when the UseCompatibleTextRendering property value is MultiRowTriState.True. |
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