In This Topic
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
[Foundation.Register("C1PathIcon")]
[DesignTimeVisible(true)]
public class C1PathIcon : C1VectorIcon, 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.C1VectorIcon
C1.iOS.Core.C1PathIcon
See Also