'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")> <DefaultValueAttribute(10)> Public Property DistanceBetweenImages As System.Windows.Size
[Category("VintaSoft")] [Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")] [DefaultValue(10)] public System.Windows.Size DistanceBetweenImages { get; set; }
[Category("VintaSoft")] [Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")] [DefaultValue(10)] public: __property System.Windows.Size* get_DistanceBetweenImages(); public: __property void set_DistanceBetweenImages(
System.Windows.Size* value
);
[Category("VintaSoft")] [Description("Distance, in device-independent pixels (1/96th inch), between images in mosaic mode.")] [DefaultValue(10)] public:
property System.Windows.Size^ DistanceBetweenImages { System.Windows.Size^ get(); void set(System.Windows.Size^ value); }
Property Value
Valid values are from 0 to 300. Default value is 10.0.