VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / TextAnnotationDataBase Class / TextProperties Property
Syntax Requirements SeeAlso
In This Topic
    TextProperties Property (TextAnnotationDataBase)
    In This Topic
    Gets or sets the text properties.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also