'Declaration <CategoryAttribute("Dicom")> <DescriptionAttribute("The line dashing style.")> Public Property LineDashingStyle As LineDashingStyle
[Category("Dicom")] [Description("The line dashing style.")] public LineDashingStyle LineDashingStyle { get; set; }
[Category("Dicom")] [Description("The line dashing style.")] public: __property LineDashingStyle get_LineDashingStyle(); public: __property void set_LineDashingStyle(
LineDashingStyle value
);
[Category("Dicom")] [Description("The line dashing style.")] public:
property LineDashingStyle LineDashingStyle { LineDashingStyle get(); void set(LineDashingStyle value); }
Property Value
Значение по умолчанию: LineDashingStyle.Solid.