Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CompositeIcon Class
Members


In This Topic
    C1CompositeIcon Class
    In This Topic
    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
    [Foundation.Register("C1CompositeIcon")]
    [DesignTimeVisible(true)]
    public class C1CompositeIcon : C1Icon, IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    Inheritance Hierarchy

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

    See Also