DioDocs for PDF
SvgPaintType 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgPaintType 列挙体
Specifies the type of SVG paint.
シンタックス
'宣言
 
Public Enum SvgPaintType 
   Inherits System.Enum
public enum SvgPaintType : System.Enum 
メンバ
メンバ解説
ColorA solid color paint.
ContextFillUse the paint value of fill from a context element.
ContextStrokeUse the paint value of stroke from a context element.
HrefA URL reference to a paint server element.
HrefWithFallbackA URL reference to a paint server element followed by a fall-back color value.
NoneNo paint is applied in this layer.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間