ComponentOne Xamarin.Android
Width Property (C1Size)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Size Structure : Width Property
Gets or sets the width.
Syntax
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As C1Size
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}

Property Value

The width.
See Also

Reference

C1Size Structure
C1Size Members