'Declaration Public Enum SvgTextAnchor Inherits System.Enum
public enum SvgTextAnchor : System.Enum
'Declaration Public Enum SvgTextAnchor Inherits System.Enum
public enum SvgTextAnchor : System.Enum
Member | Description |
---|---|
End | The rendered characters are shifted such that the end of the resulting rendered text is at the initial current text position. |
Middle | The rendered characters are shifted such that the geometric middle of the resulting rendered text is at the initial current text position. |
Start | The rendered characters are aligned such that the start of the resulting rendered text is at the initial current text position. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgTextAnchor