'宣言
Public MustInherit Class _BaseAxisView (Of TDefinition As IAxisDefinition, TOwnerView As ICoordinateSystemView) Inherits _BaseView(Of TOwnerView) Implements IAxisModel, IAxisView, IIdentityView, IModel, IQueryInterface, IShapeModel, ITickValueModelBuilder, IView, IViewModel
public abstract class _BaseAxisView<TDefinition,TOwnerView> : _BaseView<TOwnerView>, IAxisModel, IAxisView, IIdentityView, IModel, IQueryInterface, IShapeModel, ITickValueModelBuilder, IView, IViewModel where TDefinition: IAxisDefinition where TOwnerView: ICoordinateSystemView