SnakingInfo.MaxItemWidth Property

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

Syntax

'宣言
Public Property MaxItemWidth As Single
'使用
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

Permissions

See Also

Reference

SnakingInfo Class

SnakingInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace