'Declaration <DefaultValueAttribute(Miter)> <DescriptionAttribute("The join style for the ends of two consecutive lines drawn with the pen.")> Public Property LineJoin As AnnotationPenLineJoin
[DefaultValue(Miter)] [Description("The join style for the ends of two consecutive lines drawn with the pen.")] public AnnotationPenLineJoin LineJoin { get; set; }
[DefaultValue(Miter)] [Description("The join style for the ends of two consecutive lines drawn with the pen.")] public: __property AnnotationPenLineJoin get_LineJoin(); public: __property void set_LineJoin(
AnnotationPenLineJoin value
);
[DefaultValue(Miter)] [Description("The join style for the ends of two consecutive lines drawn with the pen.")] public:
property AnnotationPenLineJoin LineJoin { AnnotationPenLineJoin get(); void set(AnnotationPenLineJoin value); }
Property Value
Значение по умолчанию - AnnotationPenLineJoin.Miter.