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