Share via


SnakingInfo.MaxItemWidth Property

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

Syntax

'Declaration
Public Property MaxItemWidth As Single
'Usage
Dim instance As SnakingInfo 
Dim value As Single 

value = instance.MaxItemWidth

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

Property Value

Type: System.Single

.NET Framework Security

See Also

Reference

SnakingInfo Class

SnakingInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace