DiagramBrushes.ConnectionLineDecorator Property

Gets the resource Id for a connection line's decorator brush. Used to fill in connection line decorators.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ConnectionLineDecorator As StyleSetResourceId
public static StyleSetResourceId ConnectionLineDecorator { get; }
public:
static property StyleSetResourceId^ ConnectionLineDecorator {
    StyleSetResourceId^ get ();
}
static member ConnectionLineDecorator : StyleSetResourceId with get
static function get ConnectionLineDecorator () : StyleSetResourceId

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId

.NET Framework Security

See Also

Reference

DiagramBrushes Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace