'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether lines of annotation are drawn with interpolation.")> <CategoryAttribute("Dicom")> Public Property UseInterpolation As Boolean
[DefaultValue(False)] [Description("A value indicating whether lines of annotation are drawn with interpolation.")] [Category("Dicom")] public bool UseInterpolation { get; set; }
[DefaultValue(False)] [Description("A value indicating whether lines of annotation are drawn with interpolation.")] [Category("Dicom")] public: __property bool get_UseInterpolation(); public: __property void set_UseInterpolation(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether lines of annotation are drawn with interpolation.")] [Category("Dicom")] public:
property bool UseInterpolation { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.