←Select platform

Text Property

Summary

Gets or sets the text string associated with this AnnTextObject class object. This is a dependency property.

Syntax

C#
VB
C++
public string Text { get; set; } 
  
Public Property Text As String 
public: 
property String^ Text { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The text string associated with this AnnTextObject object

Remarks

For more information, refer to Using Text in WPF Annotation Objects.

Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnTextObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly