C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Border Class
Members


C1Border Class
Basic control used to draw a border around another view.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("UIView", True)>
Public Class C1Border 
   Inherits UIKit.UIView
   Implements IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
 
'Usage
 
Dim instance As C1Border
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Core.C1Border
               C1.iOS.Calendar.CalendarSlotPresenter
               C1.iOS.Grid.DetailProviderRowHeaderCell
               C1.iOS.Grid.GridCellView

See Also