Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / RadioPicture Class / False Property


In This Topic
    False Property (RadioPicture)
    In This Topic
    Gets or sets the image used for the false state.
    Syntax
    'Declaration
     
    
    Public Property False As Image
    'Usage
     
    
    Dim instance As RadioPicture
    Dim value As Image
     
    instance.False = value
     
    value = instance.False
    public Image False {get; set;}
    See Also