'Declaration <DefaultValueAttribute(MiterJoin)> <DescriptionAttribute("Join style for the ends of two consecutive lines drawn with this pen.")> Public Property LineJoinStyle As Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle
[DefaultValue(MiterJoin)] [Description("Join style for the ends of two consecutive lines drawn with this pen.")] public Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle LineJoinStyle { get; set; }
[DefaultValue(MiterJoin)] [Description("Join style for the ends of two consecutive lines drawn with this pen.")] public: __property Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle get_LineJoinStyle(); public: __property void set_LineJoinStyle(
Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle value
);
[DefaultValue(MiterJoin)] [Description("Join style for the ends of two consecutive lines drawn with this pen.")] public:
property Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle LineJoinStyle { Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle get(); void set(Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle value); }