'Declaration <DefaultValueAttribute(8)> <DescriptionAttribute("The maximum pixel amount in a "small" noise object. Valid values are from 0 to 100.")> Public Property Level1 As System.Int32
[DefaultValue(8)] [Description("The maximum pixel amount in a "small" noise object. Valid values are from 0 to 100.")] public System.Int32 Level1 { get; set; }
[DefaultValue(8)] [Description("The maximum pixel amount in a "small" noise object. Valid values are from 0 to 100.")] public: __property System.Int32 get_Level1(); public: __property void set_Level1(
System.Int32 value
);
[DefaultValue(8)] [Description("The maximum pixel amount in a "small" noise object. Valid values are from 0 to 100.")] public:
property System.Int32 Level1 { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are from 0 to 100. Default value is 8.