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


C1PathIcon Class
Represent an icon created from a path string.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("C1PathIcon")>
<DesignTimeVisibleAttribute(True)>
Public Class C1PathIcon 
   Inherits C1VectorIcon
   Implements IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
 
'Usage
 
Dim instance As C1PathIcon
Inheritance Hierarchy

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

See Also