'Declaration <CategoryAttribute("Dicom")> <DescriptionAttribute("The anchor point.")> Public Property AnchorPoint As System.Windows.Point
[Category("Dicom")] [Description("The anchor point.")] public System.Windows.Point AnchorPoint { get; set; }
[Category("Dicom")] [Description("The anchor point.")] public: __property System.Windows.Point get_AnchorPoint(); public: __property void set_AnchorPoint(
System.Windows.Point value
);
[Category("Dicom")] [Description("The anchor point.")] public:
property System.Windows.Point AnchorPoint { System.Windows.Point get(); void set(System.Windows.Point value); }