Share via


TextViewMarginProviderConfiguration.After Property

Definition

Gets or sets the optional margin after which this margin should be placed.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="afterMargin")]
public Microsoft.VisualStudio.Extensibility.Editor.MarginPlacement[]? After { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="afterMargin")>]
member this.After : Microsoft.VisualStudio.Extensibility.Editor.MarginPlacement[] with get, set
Public Property After As MarginPlacement()

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to