'Declaration <DescriptionAttribute("The anchor style of thumbnail control.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(BottomLeft)> Public Property ThumbnailControlAnchor As Vintasoft.Imaging.AnchorType
[Description("The anchor style of thumbnail control.")] [Category("VintaSoft")] [DefaultValue(BottomLeft)] public Vintasoft.Imaging.AnchorType ThumbnailControlAnchor { get; set; }
[Description("The anchor style of thumbnail control.")] [Category("VintaSoft")] [DefaultValue(BottomLeft)] public: __property Vintasoft.Imaging.AnchorType get_ThumbnailControlAnchor(); public: __property void set_ThumbnailControlAnchor(
Vintasoft.Imaging.AnchorType value
);
[Description("The anchor style of thumbnail control.")] [Category("VintaSoft")] [DefaultValue(BottomLeft)] public:
property Vintasoft.Imaging.AnchorType ThumbnailControlAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }
Property Value
Default value is Vintasoft.Imaging.AnchorType.BottomLeft.