DioDocs for PDF
SvgTextAnchor 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgTextAnchor 列挙体
Defines the type of alignment (start-, middle- or end-) for a string of pre-formatted text.
シンタックス
'宣言
 
Public Enum SvgTextAnchor 
   Inherits System.Enum
public enum SvgTextAnchor : System.Enum 
メンバ
メンバ解説
EndThe rendered characters are shifted such that the end of the resulting rendered text is at the initial current text position.
MiddleThe rendered characters are shifted such that the geometric middle of the resulting rendered text is at the initial current text position.
StartThe 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

参照

GrapeCity.Documents.Svg 名前空間