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

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

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