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