ComponentOne Xamarin.Android
Width Property (C1Rect)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure : Width Property
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

Reference

C1Rect Structure
C1Rect Members