IsRound Property (Borders)
In This Topic
Gets a value indicating whether the current
Borders structure defines rounded borders (i.e. whether both
Borders.RadiusX and
Borders.RadiusY have non-zero values).
Syntax
'Declaration
Public ReadOnly Property IsRound As Boolean
public bool IsRound {get;}
See Also