VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfStickyNoteAnnotationView Class / CollapsedType Property
Синтаксис Требования Смотрите также
В этом разделе
    CollapsedType Свойство (WpfStickyNoteAnnotationView)
    В этом разделе
    Возвращает или задает тип аннотации, когда аннотация свернута.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A type of annotation when annotation is collapsed.")>
    <DefaultValueAttribute(Text)>
    Public Property CollapsedType As Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType
    
    
    [Description("A type of annotation when annotation is collapsed.")]
    [DefaultValue(Text)]
    public Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType CollapsedType { get; set; }
    
    
    [Description("A type of annotation when annotation is collapsed.")]
    [DefaultValue(Text)]
    public: __property Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType get_CollapsedType();
    public: __property void set_CollapsedType(
    Vintasoft.Imaging.Annotation.StickyNoteAnnotationCollapsedType value
    );
    Требования

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

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