com.steema.teechart.styles
Class ShapeTextVertAlign

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.ShapeTextVertAlign

public final class ShapeTextVertAlign
extends Enum

Title: ShapeTextVertAlign class

Description: Describes the possible values of the Shape.VertAlignment method.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Shape.getVertAlignment()

Field Summary
static ShapeTextVertAlign BOTTOM
          Text is vertically aligned to the bottom of the shape.
static ShapeTextVertAlign CENTER
          Text is vertically aligned to the centre of the shape.
static ShapeTextVertAlign TOP
          Text is vertically aligned to the top of the shape.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOP

public static final ShapeTextVertAlign TOP
Text is vertically aligned to the top of the shape.


CENTER

public static final ShapeTextVertAlign CENTER
Text is vertically aligned to the centre of the shape.


BOTTOM

public static final ShapeTextVertAlign BOTTOM
Text is vertically aligned to the bottom of the shape.