Share via


SwitcherRenderer.GraphicsPath Property

Gets a series of connected lines and curves.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property GraphicsPath As GraphicsPath
    Get
'Usage
Dim instance As SwitcherRenderer
Dim value As GraphicsPath

value = instance.GraphicsPath
public GraphicsPath GraphicsPath { get; }
public:
property GraphicsPath^ GraphicsPath {
    GraphicsPath^ get ();
}
member GraphicsPath : GraphicsPath
function get GraphicsPath () : GraphicsPath

Property Value

Type: System.Drawing.Drawing2D.GraphicsPath
A point that represents the lines and curves.