VintaSoft Imaging .NET SDK 15.1: 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")>
<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; }

Property Value

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

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

See Also