VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / IsVisible Property
Синтаксис Требования Смотрите также
В этом разделе
    IsVisible Свойство (AnnotationView)
    В этом разделе
    Возвращает или задает значение, указывающее, видна ли аннотация.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the annotation is visible.")>
    Public Property IsVisible As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the annotation is visible.")]
    public bool IsVisible { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the annotation is visible.")]
    public: __property bool get_IsVisible();
    public: __property void set_IsVisible(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether the annotation is visible.")]
    public:
    property bool IsVisible { bool get(); void set(bool value); }

    Property Value

    Это свойство времени выполнения.
    Требования

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

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