GraphConditionalStyle.ToolTip Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Used in the UI to show more information about what this style represents.
Namespace: Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property ToolTip As String
public string ToolTip { get; set; }
public:
property String^ ToolTip {
String^ get ();
void set (String^ value);
}
member ToolTip : string with get, set
function get ToolTip () : String
function set ToolTip (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.