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 the positioning behavior of the adornment.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property Behavior As AdornmentPositioningBehavior
AdornmentPositioningBehavior Behavior { get; }
property AdornmentPositioningBehavior Behavior {
AdornmentPositioningBehavior get ();
}
abstract Behavior : AdornmentPositioningBehavior with get
function get Behavior () : AdornmentPositioningBehavior
Property Value
Type: Microsoft.VisualStudio.Text.Editor.AdornmentPositioningBehavior
The positioning behavior.
.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.