'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The number of images displayed horizontally across the page.")> <DefaultValueAttribute(1)> Public Property MosaicColumnCount As System.Int32
[Category("VintaSoft")] [Description("The number of images displayed horizontally across the page.")] [DefaultValue(1)] public System.Int32 MosaicColumnCount { get; set; }
[Category("VintaSoft")] [Description("The number of images displayed horizontally across the page.")] [DefaultValue(1)] public: __property System.Int32 get_MosaicColumnCount(); public: __property void set_MosaicColumnCount(
System.Int32 value
);
[Category("VintaSoft")] [Description("The number of images displayed horizontally across the page.")] [DefaultValue(1)] public:
property System.Int32 MosaicColumnCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 1.