'Declaration <DescriptionAttribute("Rectangle that restricts the area of image where annotation can be built.")> Public Property AnnotationBoundingRect As System.Windows.Rect
[Description("Rectangle that restricts the area of image where annotation can be built.")] public System.Windows.Rect AnnotationBoundingRect { get; set; }
[Description("Rectangle that restricts the area of image where annotation can be built.")] public: __property System.Windows.Rect* get_AnnotationBoundingRect(); public: __property void set_AnnotationBoundingRect(
System.Windows.Rect* value
);
[Description("Rectangle that restricts the area of image where annotation can be built.")] public:
property System.Windows.Rect^ AnnotationBoundingRect { System.Windows.Rect^ get(); void set(System.Windows.Rect^ value); }
Property Value
System.Windows.Rect.Empty означает, что аннотация может быть создана только внутри изображения.