[DefaultValue(TopLeft)] [Description("The anchor style of the image focus point on the image.")] [Category("VintaSoft")] public Vintasoft.Imaging.AnchorType FocusPointAnchor { get; set; }
[DefaultValue(TopLeft)] [Description("The anchor style of the image focus point on the image.")] [Category("VintaSoft")] public: __property Vintasoft.Imaging.AnchorType get_FocusPointAnchor(); public: __property void set_FocusPointAnchor(
Vintasoft.Imaging.AnchorType value
);
[DefaultValue(TopLeft)] [Description("The anchor style of the image focus point on the image.")] [Category("VintaSoft")] public:
property Vintasoft.Imaging.AnchorType FocusPointAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }
'Declaration <DefaultValueAttribute(TopLeft)> <DescriptionAttribute("The anchor style of the image focus point on the image.")> <CategoryAttribute("VintaSoft")> Public Property FocusPointAnchor As Vintasoft.Imaging.AnchorType
Property Value
Default value is (AnchorType.Left Or AnchorType.Top).