TextViewMarginProviderConfiguration.GridUnitType Property

Definition

Gets or sets the grid unit type to be used for drawing of this element in the container margin's grid. Describes the kind of value that a GridCellLength object is holding. Defaults to Auto.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public Microsoft.VisualStudio.Extensibility.Editor.TextViewMarginGridUnitType GridUnitType { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
member this.GridUnitType : Microsoft.VisualStudio.Extensibility.Editor.TextViewMarginGridUnitType with get, set
Public Property GridUnitType As TextViewMarginGridUnitType

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute

Applies to