TextViewMarginProviderConfiguration.GridUnitType 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 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