'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("Space between images, in hundredths of an inch.")> <DefaultValueAttribute(5)> Public Property DistanceBetweenImages As System.Int32
[Category("VintaSoft")] [Description("Space between images, in hundredths of an inch.")] [DefaultValue(5)] public System.Int32 DistanceBetweenImages { get; set; }
[Category("VintaSoft")] [Description("Space between images, in hundredths of an inch.")] [DefaultValue(5)] public: __property System.Int32 get_DistanceBetweenImages(); public: __property void set_DistanceBetweenImages(
System.Int32 value
);
[Category("VintaSoft")] [Description("Space between images, in hundredths of an inch.")] [DefaultValue(5)] public:
property System.Int32 DistanceBetweenImages { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 5.