Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Rect Structure / Width Property


In This Topic
    Width Property (C1Rect)
    In This Topic
    Gets or sets the width of the rectangle.
    Syntax
    'Declaration
     
    
    Public Property Width As Double
    'Usage
     
    
    Dim instance As C1Rect
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    public double Width {get; set;}
    See Also