Share via


ItemDrawInfo.ImageMargin Property

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

Syntax

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

value = instance.ImageMargin

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

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

ItemDrawInfo Class

ItemDrawInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace