Gets and sets the upper text of the balloon.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property UpperText As String | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IBalloonOptions
Dim value As String
 
instance.UpperText = value
 
value = instance.UpperText
 | 
| C# |  | 
|---|
| string UpperText {get; set;} | 
| C++/CLI |  | 
|---|
| property String^ UpperText {
   String^ get();
   void set (String^ value);
} | 
Return Value
Upper text of the balloon
Example
 
            
            Remarks
            
            
            See Also
 
            Availability
SolidWorks 2012 FCS, Revision Number 20.0