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