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