Spread Silverlight Documentation
TextOverflowTypes Enumeration


Specifies the text vertical overflow types.
Syntax
'Declaration
 
Public Enum TextOverflowTypes 
   Inherits System.Enum
'Usage
 
Dim instance As TextOverflowTypes
public enum TextOverflowTypes : System.Enum 
Members
MemberDescription
ClipPay attention to top and bottom barriers. Provide no indication that there is text which is not visible.
EllipsisPay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible.
OverflowOverflow the text and pay attention to top and bottom barries.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.TextOverflowTypes

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.