DioDocs for PDF
SvgPaintOrder 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgPaintOrder 列挙体
Specifies the order of the paint operations that shapes are rendered with: their fill, their stroke and any markers they might have.
シンタックス
'宣言
 
Public Enum SvgPaintOrder 
   Inherits System.Enum
public enum SvgPaintOrder : System.Enum 
メンバ
メンバ解説
FillMarkers"fill markers stroke" order.
Markers"markers fill stroke" order.
MarkersStroke"markers stroke fill" order.
Normal"fill stroke markers" order.
Stroke"stroke fill markers" order.
StrokeMarkers"stroke markers fill" order.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間