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


C1CompositeIcon Class
Represent an icon created from a list of icons superposed one on top of the other.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("C1CompositeIcon")>
<DesignTimeVisibleAttribute(True)>
Public Class C1CompositeIcon 
   Inherits C1Icon
   Implements IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
 
'Usage
 
Dim instance As C1CompositeIcon
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Core.C1Icon
               C1.iOS.Core.C1CompositeIcon

See Also