Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Size Structure / Empty Property


In This Topic
    Empty Property (C1Size)
    In This Topic
    Gets a value that represents a static empty C1Size.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Empty As C1Size
    'Usage
     
    
    Dim value As C1Size
     
    value = C1Size.Empty
    public static C1Size Empty {get;}
    See Also