DioDocs for PDF
SvgTextDecorationLine 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgTextDecorationLine 列挙体
Specifies the position of text decoration lines, if any is added to the element.
シンタックス
'宣言
 
Public Enum SvgTextDecorationLine 
   Inherits System.Enum
public enum SvgTextDecorationLine : System.Enum 
メンバ
メンバ解説
BlinkThe text blinks (alternates between visible and invisible).
LineThroughEach line of text has a line through the middle.
NoneNeither produces nor inhibits text decoration.
OverlineEach line of text has a line over it (i.e. on the opposite side from an underline).
UnderlineEach line of text is underlined.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間