'Declaration <DescriptionAttribute("The maximum pixel amount in a "small" noise object. Valid values are from 0 to 100.")> <DefaultValueAttribute(8)> Public Property Level1 As System.Int32
[Description("The maximum pixel amount in a "small" noise object. Valid values are from 0 to 100.")] [DefaultValue(8)] public System.Int32 Level1 { get; set; }
[Description("The maximum pixel amount in a "small" noise object. Valid values are from 0 to 100.")] [DefaultValue(8)] public: __property System.Int32 get_Level1(); public: __property void set_Level1(
System.Int32 value
);
[Description("The maximum pixel amount in a "small" noise object. Valid values are from 0 to 100.")] [DefaultValue(8)] public:
property System.Int32 Level1 { System.Int32 get(); void set(System.Int32 value); }
Property Value
Действительные значения от 0 до 100. Значение по умолчанию: 8.