'Declaration <CategoryAttribute("Series Panel Appearance")> <DescriptionAttribute("The anchor for the 'series image count' label on series' thumbnail.")> <DefaultValueAttribute(BottomRight)> Public Property SeriesImageCountAnchor As Vintasoft.Imaging.AnchorType
[Category("Series Panel Appearance")] [Description("The anchor for the 'series image count' label on series' thumbnail.")] [DefaultValue(BottomRight)] public Vintasoft.Imaging.AnchorType SeriesImageCountAnchor { get; set; }
[Category("Series Panel Appearance")] [Description("The anchor for the 'series image count' label on series' thumbnail.")] [DefaultValue(BottomRight)] public: __property Vintasoft.Imaging.AnchorType get_SeriesImageCountAnchor(); public: __property void set_SeriesImageCountAnchor(
Vintasoft.Imaging.AnchorType value
);
[Category("Series Panel Appearance")] [Description("The anchor for the 'series image count' label on series' thumbnail.")] [DefaultValue(BottomRight)] public:
property Vintasoft.Imaging.AnchorType SeriesImageCountAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }