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