'Declaration <DescriptionAttribute("The blending mode of this brush.")> <DefaultValueAttribute(Normal)> Public Property BlendMode As Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode
[Description("The blending mode of this brush.")] [DefaultValue(Normal)] public Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode BlendMode { get; set; }
[Description("The blending mode of this brush.")] [DefaultValue(Normal)] public: __property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get_BlendMode(); public: __property void set_BlendMode(
Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode value
);
[Description("The blending mode of this brush.")] [DefaultValue(Normal)] public:
property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode BlendMode { Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get(); void set(Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode value); }