Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Thickness Structure / Left Property


In This Topic
    Left Property (C1Thickness)
    In This Topic
    Gets or sets the width, in pixels, of the left side of the bounding rectangle.
    Syntax
    'Declaration
     
    
    Public Property Left As Double
    'Usage
     
    
    Dim instance As C1Thickness
    Dim value As Double
     
    instance.Left = value
     
    value = instance.Left
    public double Left {get; set;}
    See Also