Click or drag to resize

ResourceInfoJustification Enumeration

This enumeration contains the different types of justifications that can be applied to either a GRAPHIC or TEXT.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public enum Justification
Members
  Member nameValueDescription
LEFT0 Type used to resource to the left of the region.
TOP0 Type used to resource to the top of the region.
RIGHT1 Type used to resource to the right of the region.
BOTTOM1 Type used to resource to the bottom of the region.
CENTER8 Type used to resource to the center of the region. Can be set individually for both horizontal and vertical.
See Also