'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether image interpolation must be performed when overlay image is rendered.")> Public Property UseInterpolation As Boolean
[DefaultValue(True)] [Description("A value indicating whether image interpolation must be performed when overlay image is rendered.")] public bool UseInterpolation { get; set; }
[DefaultValue(True)] [Description("A value indicating whether image interpolation must be performed when overlay image is rendered.")] public: __property bool get_UseInterpolation(); public: __property void set_UseInterpolation(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether image interpolation must be performed when overlay image is rendered.")] public:
property bool UseInterpolation { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.