CommentShape.Rounded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether to use rounded geometry. Just change this return to get rounded or rectangular behavior.
public:
virtual property bool Rounded { bool get(); };
public virtual bool Rounded { get; }
member this.Rounded : bool
Public Overridable ReadOnly Property Rounded As Boolean