'Declaration <DescriptionAttribute("The anchor style of the image focus point on the image.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(TopLeft)> Public Property FocusPointAnchor As Vintasoft.Imaging.AnchorType
[Description("The anchor style of the image focus point on the image.")] [Category("VintaSoft")] [DefaultValue(TopLeft)] public Vintasoft.Imaging.AnchorType FocusPointAnchor { get; set; }
[Description("The anchor style of the image focus point on the image.")] [Category("VintaSoft")] [DefaultValue(TopLeft)] public: __property Vintasoft.Imaging.AnchorType get_FocusPointAnchor(); public: __property void set_FocusPointAnchor(
Vintasoft.Imaging.AnchorType value
);
[Description("The anchor style of the image focus point on the image.")] [Category("VintaSoft")] [DefaultValue(TopLeft)] public:
property Vintasoft.Imaging.AnchorType FocusPointAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }
Property Value
Значение по умолчанию (AnchorStyles.Left или AnchorStyles.Top).