DioDocs for PDF
SvgSpreadMethod 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgSpreadMethod 列挙体
Specifies what happens if a gradient starts or ends inside the bounds of the target rectangle.
シンタックス
'宣言
 
Public Enum SvgSpreadMethod 
   Inherits System.Enum
public enum SvgSpreadMethod : System.Enum 
メンバ
メンバ解説
PadUse the terminal colors of the gradient to fill the remainder of the target region.
ReflectReflect the gradient pattern start-to-end, end-to-start, start-to-end, etc. continuously until the target rectangle is filled.
RepeatRepeat the gradient pattern start-to-end, start-to-end, start-to-end, etc. continuously until the target region is filled.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間