VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / FocusPointAnchor Property
Синтаксис Требования Смотрите также
В этом разделе
FocusPointAnchor Свойство (WpfImageViewer)
В этом разделе
Возвращает или задает стиль привязки точки фокусировки изображения на изображении.
Синтаксис
'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; }

Property Value

Значение по умолчанию (AnchorStyles.Left или AnchorStyles.Top).
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также