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