[Description("The brightness value in percents. Valid values are from -100 to 100.")] [DefaultValue(0)] public double Brightness { get; set; }
[Description("The brightness value in percents. Valid values are from -100 to 100.")] [DefaultValue(0)] public: __property double get_Brightness(); public: __property void set_Brightness(
double value
);
[Description("The brightness value in percents. Valid values are from -100 to 100.")] [DefaultValue(0)] public:
property double Brightness { double get(); void set(double value); }
'Declaration <DescriptionAttribute("The brightness value in percents. Valid values are from -100 to 100.")> <DefaultValueAttribute(0)> Public Property Brightness As Double
Property Value
Действительные значения: от -100 до 100. Значение по умолчанию: 0.