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