'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The anchor style of thumbnail control.")> <DefaultValueAttribute(BottomLeft)> Public Property ThumbnailControlAnchor As Vintasoft.Imaging.AnchorType
[Category("VintaSoft")] [Description("The anchor style of thumbnail control.")] [DefaultValue(BottomLeft)] public Vintasoft.Imaging.AnchorType ThumbnailControlAnchor { get; set; }
[Category("VintaSoft")] [Description("The anchor style of thumbnail control.")] [DefaultValue(BottomLeft)] public: __property Vintasoft.Imaging.AnchorType get_ThumbnailControlAnchor(); public: __property void set_ThumbnailControlAnchor(
Vintasoft.Imaging.AnchorType value
);
[Category("VintaSoft")] [Description("The anchor style of thumbnail control.")] [DefaultValue(BottomLeft)] public:
property Vintasoft.Imaging.AnchorType ThumbnailControlAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }
Property Value
Значение по умолчанию: Vintasoft.Imaging.AnchorType.BottomLeft.