Imports System.Drawing.Drawing2D PublicClass RoundPanelClass RoundPanel Inherits Panel Private mMatrixRound AsInteger=8 Private mBack As Color PublicProperty Back()Property Back() As Color Get Return mBack EndGet Set(ByVal value As Color) If value =NothingThen mBack