Share via


ItemDrawInfo.Indent Property

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

Syntax

'Declaration
Public Property Indent As Double
'Usage
Dim instance As ItemDrawInfo 
Dim value As Double 

value = instance.Indent

instance.Indent = value
public double Indent { get; set; }
public:
property double Indent {
    double get ();
    void set (double value);
}
public function get Indent () : double 
public function set Indent (value : double)

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

ItemDrawInfo Class

ItemDrawInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace