Share via


PenStyleSetInfo.MiterLimit Property

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

Syntax

'Declaration
Public Property MiterLimit As Single
'Usage
Dim instance As PenStyleSetInfo 
Dim value As Single 

value = instance.MiterLimit

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

Property Value

Type: System.Single

.NET Framework Security

See Also

Reference

PenStyleSetInfo Class

PenStyleSetInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace