Share via


CommentShape.Rounded Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property Rounded As Boolean
'Usage
Dim instance As CommentShape 
Dim value As Boolean 

value = instance.Rounded
public virtual bool Rounded { get; }
public:
virtual property bool Rounded {
    bool get ();
}
public function get Rounded () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CommentShape Class

CommentShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace