'Declaration <DescriptionAttribute("Scale of the image in Y direction.")> <DefaultValueAttribute(1)> <RefreshPropertiesAttribute(All)> Public Property ScaleY As Double
[Description("Scale of the image in Y direction.")] [DefaultValue(1)] [RefreshProperties(All)] public double ScaleY { get; set; }
[Description("Scale of the image in Y direction.")] [DefaultValue(1)] [RefreshProperties(All)] public: __property double get_ScaleY(); public: __property void set_ScaleY(
double value
);
[Description("Scale of the image in Y direction.")] [DefaultValue(1)] [RefreshProperties(All)] public:
property double ScaleY { double get(); void set(double value); }
Property Value
Default value is 1.