'Declaration <DescriptionAttribute("An array of tree point specifying a callout line attached to the free text annotation.")> <CategoryAttribute("Appearance")> Public Property CalloutLinePoints As System.Drawing.PointF[]
[Description("An array of tree point specifying a callout line attached to the free text annotation.")] [Category("Appearance")] public System.Drawing.PointF[] CalloutLinePoints { get; set; }
[Description("An array of tree point specifying a callout line attached to the free text annotation.")] [Category("Appearance")] public: __property System.Drawing.PointF[] get_CalloutLinePoints(); public: __property void set_CalloutLinePoints(
System.Drawing.PointF[]* value
);
[Description("An array of tree point specifying a callout line attached to the free text annotation.")] [Category("Appearance")] public:
property System.Drawing.PointF[] CalloutLinePoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }
Property Value
Три точки обозначают начальную, точку перегиба и конечную точки линии в пользовательском пространстве по умолчанию.