VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationView Class / Intent Property
Синтаксис Требования Смотрите также
В этом разделе
    Intent Свойство (WpfAnnotationView)
    В этом разделе
    Возвращает или устанавливает назначение аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Intent of the annotation.")>
    Public Property Intent As System.String
    
    
    [Description("Intent of the annotation.")]
    public System.String Intent { get; set; }
    
    
    [Description("Intent of the annotation.")]
    public: __property System.String get_Intent();
    public: __property void set_Intent(
    System.String value
    );
    [Description("Intent of the annotation.")]
    public:
    property System.String Intent { System.String get(); void set(System.String value); }
    Требования

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

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