AnchoringBehavior.MinimumHeight Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property MinimumHeight As Double
'Usage
Dim instance As AnchoringBehavior
Dim value As Double
value = instance.MinimumHeight
instance.MinimumHeight = value
public double MinimumHeight { get; set; }
public:
property double MinimumHeight {
double get ();
void set (double value);
}
public function get MinimumHeight () : double
public function set MinimumHeight (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.