Share via


AnchoringBehavior.MinimumWidth Property

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

Syntax

'Declaration
Public Property MinimumWidth As Double
'Usage
Dim instance As AnchoringBehavior 
Dim value As Double 

value = instance.MinimumWidth

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

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

AnchoringBehavior Class

AnchoringBehavior Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace