Share via


ListField.JaggedSelectionRectangle Property

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

Syntax

'Declaration
Public Property JaggedSelectionRectangle As Boolean
'Usage
Dim instance As ListField 
Dim value As Boolean 

value = instance.JaggedSelectionRectangle

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace