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
Public Enumeration Justification
public enum class Justification
Members
| Member name | Value | Description |
---|
| LEFT | 0 |
Type used to resource to the left of the region.
|
| TOP | 0 |
Type used to resource to the top of the region.
|
| RIGHT | 1 |
Type used to resource to the right of the region.
|
| BOTTOM | 1 |
Type used to resource to the bottom of the region.
|
| CENTER | 8 |
Type used to resource to the center of the region.
Can be set individually for both horizontal and vertical.
|
See Also