DioDocs for PDF
SvgTextPathSide 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgTextPathSide 列挙体
Determines the side of the path the text is placed on (relative to the path direction). Specifying a value of 'Right' effectively reverses the path.
シンタックス
'宣言
 
Public Enum SvgTextPathSide 
   Inherits System.Enum
public enum SvgTextPathSide : System.Enum 
メンバ
メンバ解説
LeftDraw text along the path as usual.
RightDraw text on the opposite side of the path in the reverse direction.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgTextPathSide

参照

GrapeCity.Documents.Svg 名前空間