GrapeCity.Xaml.Excel
TextWrappingTypes Enumeration


GrapeCity.Excel.Chart Namespace : TextWrappingTypes Enumeration
Text wrapping types.
Syntax
'Declaration
 
Public Enum TextWrappingTypes 
   Inherits System.Enum
'Usage
 
Dim instance As TextWrappingTypes
public enum TextWrappingTypes : System.Enum 
Members
MemberDescription
None No wrapping occurs on this text body. Words spill out without paying attention to the bounding rectangle boundaries.
Square Determines whether we wrap words within the bounding rectangle.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace