'Declaration <DescriptionAttribute("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(10)> Public Property DistanceBetweenImages As System.Windows.Size
[Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")] [Category("VintaSoft")] [DefaultValue(10)] public System.Windows.Size DistanceBetweenImages { get; set; }
[Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")] [Category("VintaSoft")] [DefaultValue(10)] public: __property System.Windows.Size* get_DistanceBetweenImages(); public: __property void set_DistanceBetweenImages(
System.Windows.Size* value
);
[Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")] [Category("VintaSoft")] [DefaultValue(10)] public:
property System.Windows.Size^ DistanceBetweenImages { System.Windows.Size^ get(); void set(System.Windows.Size^ value); }
Property Value
Действительные значения от 0 до 300. Значение по умолчанию - 10,0.