Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / RoundRectLayer Class
Members


In This Topic
    RoundRectLayer Class
    In This Topic
    Object Model
    RoundRectLayer ClassC1CornerRadius Structure
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("CAShapeLayer", True)>
    Public Class RoundRectLayer 
       Inherits CoreAnimation.CAShapeLayer
       Implements CoreAnimation.ICAMediaTiming, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject 
    'Usage
     
    
    Dim instance As RoundRectLayer
    [Foundation.Register("CAShapeLayer", true)]
    public class RoundRectLayer : CoreAnimation.CAShapeLayer, CoreAnimation.ICAMediaTiming, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject  
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          CoreAnimation.CALayer
             CoreAnimation.CAShapeLayer
                C1.iOS.Input.RoundRectLayer

    See Also