'Declaration <DescriptionAttribute("The thumbnail image size for 'series' panel.")> <CategoryAttribute("Series Panel Appearance")> <DesignerSerializationVisibilityAttribute(Visible)> Public Property ThumbnailImageSize As System.Drawing.Size
[Description("The thumbnail image size for 'series' panel.")] [Category("Series Panel Appearance")] [DesignerSerializationVisibility(Visible)] public System.Drawing.Size ThumbnailImageSize { get; set; }
[Description("The thumbnail image size for 'series' panel.")] [Category("Series Panel Appearance")] [DesignerSerializationVisibility(Visible)] public: __property System.Drawing.Size* get_ThumbnailImageSize(); public: __property void set_ThumbnailImageSize(
System.Drawing.Size* value
);
[Description("The thumbnail image size for 'series' panel.")] [Category("Series Panel Appearance")] [DesignerSerializationVisibility(Visible)] public:
property System.Drawing.Size^ ThumbnailImageSize { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }