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