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


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