The type of alignment for the section view label text.
Public Enum ModelDocViewLabelAlignmentType AlignmentLeft AlignmentCenter AlignmentRight End Enum
public enum ModelDocViewLabelAlignmentType { AlignmentLeft, AlignmentCenter, AlignmentRight }
Members |
Description |
AlignmentLeft |
Left justification for the view label text. enum |
AlignmentCenter |
Center justification for the view label text. enum |
AlignmentRight |
Right justification for the view label text. enum |
Comments? |