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