VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / FocusPointAnchor Property
Syntax Requirements SeeAlso
In This Topic
    FocusPointAnchor Property (ImageViewer)
    In This Topic
    Gets or sets the anchor style of the image focus point on the image.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The anchor style of the image focus point on the image.")>
    <DefaultValueAttribute(TopLeft)>
    Public Property FocusPointAnchor As Vintasoft.Imaging.AnchorType
    
    
    [Category("VintaSoft")]
    [Description("The anchor style of the image focus point on the image.")]
    [DefaultValue(TopLeft)]
    public Vintasoft.Imaging.AnchorType FocusPointAnchor { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("The anchor style of the image focus point on the image.")]
    [DefaultValue(TopLeft)]
    public: __property Vintasoft.Imaging.AnchorType get_FocusPointAnchor();
    public: __property void set_FocusPointAnchor(
    Vintasoft.Imaging.AnchorType value
    );
    [Category("VintaSoft")]
    [Description("The anchor style of the image focus point on the image.")]
    [DefaultValue(TopLeft)]
    public:
    property Vintasoft.Imaging.AnchorType FocusPointAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }

    Property Value

    Default value is (AnchorType.Left Or AnchorType.Top).
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also