'Declaration <DescriptionAttribute("The window size for the filter. Valid values are from 3 to 513.")> <DefaultValueAttribute(5)> Public Property WindowSize As System.Int32
[Description("The window size for the filter. Valid values are from 3 to 513.")] [DefaultValue(5)] public System.Int32 WindowSize { get; set; }
[Description("The window size for the filter. Valid values are from 3 to 513.")] [DefaultValue(5)] public: __property System.Int32 get_WindowSize(); public: __property void set_WindowSize(
System.Int32 value
);
[Description("The window size for the filter. Valid values are from 3 to 513.")] [DefaultValue(5)] public:
property System.Int32 WindowSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 3 до 513. Значение по умолчанию - 5.