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