'Declaration <DescriptionAttribute("The thumbnail caption anchor. This is a dependency property.")> <CategoryAttribute("VintaSoft")> Public Property ThumbnailCaptionAnchor As Vintasoft.Imaging.AnchorType
[Description("The thumbnail caption anchor. This is a dependency property.")] [Category("VintaSoft")] public Vintasoft.Imaging.AnchorType ThumbnailCaptionAnchor { get; set; }
[Description("The thumbnail caption anchor. This is a dependency property.")] [Category("VintaSoft")] public: __property Vintasoft.Imaging.AnchorType get_ThumbnailCaptionAnchor(); public: __property void set_ThumbnailCaptionAnchor(
Vintasoft.Imaging.AnchorType value
);
[Description("The thumbnail caption anchor. This is a dependency property.")] [Category("VintaSoft")] public:
property Vintasoft.Imaging.AnchorType ThumbnailCaptionAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }