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