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