'Declaration <DescriptionAttribute("The anchor style of the image in the image viewer.")> <DefaultValueAttribute(None)> <CategoryAttribute("VintaSoft")> Public Property ImageAnchor As Vintasoft.Imaging.AnchorType
[Description("The anchor style of the image in the image viewer.")] [DefaultValue(None)] [Category("VintaSoft")] public Vintasoft.Imaging.AnchorType ImageAnchor { get; set; }
[Description("The anchor style of the image in the image viewer.")] [DefaultValue(None)] [Category("VintaSoft")] public: __property Vintasoft.Imaging.AnchorType get_ImageAnchor(); public: __property void set_ImageAnchor(
Vintasoft.Imaging.AnchorType value
);
[Description("The anchor style of the image in the image viewer.")] [DefaultValue(None)] [Category("VintaSoft")] public:
property Vintasoft.Imaging.AnchorType ImageAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }
Property Value
Default value is AnchorStyles.None.