The entity label.
Read-write property
[Visual Basic .NET] |
---|
Public Property Label() As IAgLabelGraphics |
[C#] |
---|
public IAgLabelGraphics Label {get; set;} |
[Managed C++] |
---|
public: __property IAgLabelGraphics ^ get_Label(); |
[Unmanaged C++] |
---|
public: HRESULT get_Label( IAgLabelGraphics ** ppGraphics ); public: HRESULT put_Label( IAgLabelGraphics Graphics ); |
[Java] |
---|
public IAgLabelGraphics getLabel(); public void setLabel( IAgLabelGraphics ); |