GrapeCity.Xaml.Excel
TileAlignment Enumeration


GrapeCity.Excel.Chart Namespace : TileAlignment Enumeration
Specifies how to position two rectangles relative to each other
Syntax
'Declaration
 
Public Enum TileAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As TileAlignment
public enum TileAlignment : System.Enum 
Members
MemberDescription
Bottom Rectangle anlign to the bottom
BottomLeft Rectangle anlign to the bottom left
BottomRight Rectangle anlign to the bottom right
Center Rectangle anlign to the center
Left Rectangle anlign to the left
Right Rectangle anlign to the right
Top Rectangle anlign to the top
TopLeft Rectangle anlign to the top left
TopRight Rectangle anlign to the top right
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel.Chart Namespace