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