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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.