com.aspose.diagram
Class ControlScrollOrientation

java.lang.Object
    extended by com.aspose.diagram.ControlScrollOrientation

public class ControlScrollOrientation 
extends java.lang.Object

Utility class containing constants. Represents type of scroll orientation


Field Summary
static final intAUTO
           Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise.
static final intVERTICAL
           Control is rendered vertically.
static final intHORIZONTAL
           Control is rendered horizontally.
 

Field Detail

AUTO

public static final int AUTO
Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise.

VERTICAL

public static final int VERTICAL
Control is rendered vertically.

HORIZONTAL

public static final int HORIZONTAL
Control is rendered horizontally.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.