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