ConnectorDecorator – konstruktor (ShapeField, ConnectorDecoratorPosition, PointD, Boolean)
Vytvoří ConnectorDecorator.
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Deklarace
Public Sub New ( _
field As ShapeField, _
position As ConnectorDecoratorPosition, _
offset As PointD, _
canMove As Boolean _
)
public ConnectorDecorator(
ShapeField field,
ConnectorDecoratorPosition position,
PointD offset,
bool canMove
)
Parametry
- field
Typ: Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
Tvar pole používané decorator.
- position
Typ: Microsoft.VisualStudio.Modeling.Diagrams.ConnectorDecoratorPosition
Decorator pozice.
- offset
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
- canMove
Typ: System.Boolean
Zda lze přesunout tento decorator.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.