Share via


ItemDrawInfo.Indent Property

Gets or sets the margin from the left side of the list field to the left side of the item image (or item text if no image exists).

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Property Indent As Double
public double Indent { get; set; }
public:
property double Indent {
    double get ();
    void set (double value);
}
member Indent : float with get, set
function get Indent () : double
function set Indent (value : double)

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

ItemDrawInfo Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace