TextViewMarginProviderConfiguration.After Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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