Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the decorator, such as an arrow, on the To end of the relationship.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Overridable Property DecoratorTo As LinkDecorator
[BrowsableAttribute(false)]
public virtual LinkDecorator DecoratorTo { get; set; }
[BrowsableAttribute(false)]
public:
virtual property LinkDecorator^ DecoratorTo {
LinkDecorator^ get ();
void set (LinkDecorator^ value);
}
[<BrowsableAttribute(false)>]
abstract DecoratorTo : LinkDecorator with get, set
[<BrowsableAttribute(false)>]
override DecoratorTo : LinkDecorator with get, set
function get DecoratorTo () : LinkDecorator
function set DecoratorTo (value : LinkDecorator)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkDecorator
.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.