'Declaration <DescriptionAttribute("The line style.")> <CategoryAttribute("Dicom")> Public Overridable Property LineStyle As Vintasoft.Imaging.Annotation.Dicom.LineStyle
[Description("The line style.")] [Category("Dicom")] public virtual Vintasoft.Imaging.Annotation.Dicom.LineStyle LineStyle { get; set; }
[Description("The line style.")] [Category("Dicom")] public: __property virtual Vintasoft.Imaging.Annotation.Dicom.LineStyle* get_LineStyle(); public: __property virtual void set_LineStyle(
Vintasoft.Imaging.Annotation.Dicom.LineStyle* value
);
[Description("The line style.")] [Category("Dicom")] public:
virtual property Vintasoft.Imaging.Annotation.Dicom.LineStyle^ LineStyle { Vintasoft.Imaging.Annotation.Dicom.LineStyle^ get(); void set(Vintasoft.Imaging.Annotation.Dicom.LineStyle^ value); }