'Declaration <DescriptionAttribute("The number of images displayed horizontally across the page in mosaic mode.")> <DefaultValueAttribute(3)> <CategoryAttribute("VintaSoft")> Public Property MosaicColumnCount As System.Int32
[Description("The number of images displayed horizontally across the page in mosaic mode.")] [DefaultValue(3)] [Category("VintaSoft")] public System.Int32 MosaicColumnCount { get; set; }
[Description("The number of images displayed horizontally across the page in mosaic mode.")] [DefaultValue(3)] [Category("VintaSoft")] public: __property System.Int32 get_MosaicColumnCount(); public: __property void set_MosaicColumnCount(
System.Int32 value
);
[Description("The number of images displayed horizontally across the page in mosaic mode.")] [DefaultValue(3)] [Category("VintaSoft")] public:
property System.Int32 MosaicColumnCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 3.