VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / TextAnnotationDataBase Class / TextProperties Property
Синтаксис Требования Смотрите также
В этом разделе
    TextProperties Свойство (TextAnnotationDataBase)
    В этом разделе
    Возвращает или задает свойства текста.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The text properties")>
    Public Overridable Property TextProperties As AnnotationTextProperties
    
    
    [Description("The text properties")]
    public virtual AnnotationTextProperties TextProperties { get; set; }
    
    
    [Description("The text properties")]
    public: __property virtual AnnotationTextProperties* get_TextProperties();
    public: __property virtual void set_TextProperties(
    AnnotationTextProperties* value
    );
    [Description("The text properties")]
    public:
    virtual property AnnotationTextProperties^ TextProperties { AnnotationTextProperties^ get(); void set(AnnotationTextProperties^ value); }
    Требования

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

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