'Declaration <DescriptionAttribute("A number of color intensity levels. Valid values are from 3 to 255.")> <DefaultValueAttribute(50)> Public Property IntensityLevels As System.Int32
[Description("A number of color intensity levels. Valid values are from 3 to 255.")] [DefaultValue(50)] public System.Int32 IntensityLevels { get; set; }
[Description("A number of color intensity levels. Valid values are from 3 to 255.")] [DefaultValue(50)] public: __property System.Int32 get_IntensityLevels(); public: __property void set_IntensityLevels(
System.Int32 value
);
[Description("A number of color intensity levels. Valid values are from 3 to 255.")] [DefaultValue(50)] public:
property System.Int32 IntensityLevels { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения от 3 до 255. Значение по умолчанию - 50.