Share via


AssociatedPropertyInfo.IsShapeProperty Property

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

Syntax

'Declaration
Public Property IsShapeProperty As Boolean
'Usage
Dim instance As AssociatedPropertyInfo 
Dim value As Boolean 

value = instance.IsShapeProperty

instance.IsShapeProperty = value
public bool IsShapeProperty { get; set; }
public:
property bool IsShapeProperty {
    bool get ();
    void set (bool value);
}
public function get IsShapeProperty () : boolean 
public function set IsShapeProperty (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AssociatedPropertyInfo Class

AssociatedPropertyInfo Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace