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