CommentShape::Rounded Property

 

Gets whether to use rounded geometry. Just change this return to get rounded or rectangular behavior.

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

public:
property bool Rounded {
	virtual bool get();
}

Property Value

Type: System::Boolean

Gets a value that indicates whether to use rounded geometry. Just change this return to get rounded or rectangular behavior.

Return to top
Show: