'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("The image scale.")> <RefreshPropertiesAttribute(All)> Public Property Scale As Double
[DefaultValue(1)] [Description("The image scale.")] [RefreshProperties(All)] public double Scale { get; set; }
[DefaultValue(1)] [Description("The image scale.")] [RefreshProperties(All)] public: __property double get_Scale(); public: __property void set_Scale(
double value
);
[DefaultValue(1)] [Description("The image scale.")] [RefreshProperties(All)] public:
property double Scale { double get(); void set(double value); }
Property Value
Значение по умолчанию - 1.