Click or drag to resize

TextAlignment Enumeration

Types of horizontal text alignment. The same as TextAlignment but without the element "Justify".

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public enum TextAlignment
Members
Member nameValueDescription
Left0 
Right1 
Center2 
See Also