Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ElementSize Class / SizeType Property


In This Topic
    SizeType Property
    In This Topic
    Gets or sets the size type.
    Syntax
    'Declaration
     
    
    Public Property SizeType As ElementSizeType
    'Usage
     
    
    Dim instance As ElementSize
    Dim value As ElementSizeType
     
    instance.SizeType = value
     
    value = instance.SizeType
    public ElementSizeType SizeType {get; set;}
    See Also