STK Common Entity LibrarySend comments on this topic.
Text Property (IAgLabelGraphics)
See Also
Windows





Windows & Linux

Description

The text of the label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Text() As String
[C#]
public string Text {get; set;}
[Managed C++]
public: __property String __gc ^ get_Text();
public: __property void set_Text( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Text(
    BSTR * pLabelText
);
public: HRESULT put_Text(
    BSTR LabelText
);
[Java]
public String getText();
public void setText(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.